You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address issues discussed in 7/9/2025 meeting:
- Next button is now in the bottom right corner
- The video now autoplays on load
- The face task only shows one smiling face in a crowd of unsmiling faces
<!doctype html><htmllang="en"><head><metacharset="utf-8"/><linkrel="icon" href="https://seresl.unl.edu/webcamstudy/favicon.ico"/><metaname="viewport" content="width=device-width,initial-scale=1"/><metaname="theme-color" content="#000000"/><metaname="description" content="Web site created using create-react-app"/><linkrel="apple-touch-icon" href="https://seresl.unl.edu/webcamstudy/logo192.png"/><linkrel="manifest" href="https://seresl.unl.edu/webcamstudy/manifest.json"/><title>React App</title><scripttype="module">importEmbeddedPageSdkfrom"https://app.realeye.io/sdk/js/testRunnerEmbeddableSdk-1.7.1.js";window.addEventListener("DOMContentLoaded",()=>{newEmbeddedPageSdk(!1,null,!1)})</script><scriptdefer="defer" src="https://seresl.unl.edu/webcamstudy/static/js/main.a12b748b.js"></script><linkhref="https://seresl.unl.edu/webcamstudy/static/css/main.3de88975.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div></body></html>
1
+
<!doctype html><htmllang="en"><head><metacharset="utf-8"/><linkrel="icon" href="https://seresl.unl.edu/webcamstudy/favicon.ico"/><metaname="viewport" content="width=device-width,initial-scale=1"/><metaname="theme-color" content="#000000"/><metaname="description" content="Web site created using create-react-app"/><linkrel="apple-touch-icon" href="https://seresl.unl.edu/webcamstudy/logo192.png"/><linkrel="manifest" href="https://seresl.unl.edu/webcamstudy/manifest.json"/><title>React App</title><scripttype="module">importEmbeddedPageSdkfrom"https://app.realeye.io/sdk/js/testRunnerEmbeddableSdk-1.7.1.js";window.addEventListener("DOMContentLoaded",()=>{newEmbeddedPageSdk(!1,null,!1)})</script><scriptdefer="defer" src="https://seresl.unl.edu/webcamstudy/static/js/main.d471531e.js"></script><linkhref="https://seresl.unl.edu/webcamstudy/static/css/main.3de88975.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div></body></html>
0 commit comments