Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -315,7 +315,7 @@ with col2:
|
|
315 |
"""
|
316 |
st.code(data_display, language="")
|
317 |
|
318 |
-
|
319 |
Location: ({touch_x:.1f}, {touch_y:.1f})
|
320 |
Duration: {touch_duration:.1f}s, Intensity: {touch_pressure:.2f}
|
321 |
Pressure: {measured_pressure:.2f}
|
|
|
315 |
"""
|
316 |
st.code(data_display, language="")
|
317 |
|
318 |
+
prompt = f"""Human: Analyze the sensory input for a hyper-advanced AI humanoid:
|
319 |
Location: ({touch_x:.1f}, {touch_y:.1f})
|
320 |
Duration: {touch_duration:.1f}s, Intensity: {touch_pressure:.2f}
|
321 |
Pressure: {measured_pressure:.2f}
|