Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -315,8 +315,7 @@ with col2:
|
|
315 |
"""
|
316 |
st.code(data_display, language="")
|
317 |
|
318 |
-
|
319 |
-
prompt = f"""Human: Analyze the sensory input for a hyper-advanced AI humanoid""":
|
320 |
Location: ({touch_x:.1f}, {touch_y:.1f})
|
321 |
Duration: {touch_duration:.1f}s, Intensity: {touch_pressure:.2f}
|
322 |
Pressure: {measured_pressure:.2f}
|
@@ -330,7 +329,7 @@ with col2:
|
|
330 |
Proprioception: {proprioception:.2f}
|
331 |
Synesthesia: {synesthesia}
|
332 |
Neural Response: {neural_response:.2f}
|
333 |
-
Provide a detailed, scientific, and creative description of the AI humanoid's experience and response to this sensory input.
|
334 |
|
335 |
AI: Based on the complex sensory input received, the hyper-advanced AI humanoid is experiencing a multifaceted neural response:
|
336 |
|
|
|
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}
|
|
|
329 |
Proprioception: {proprioception:.2f}
|
330 |
Synesthesia: {synesthesia}
|
331 |
Neural Response: {neural_response:.2f}
|
332 |
+
Provide a detailed, scientific, and creative description of the AI humanoid's experience and response to this sensory input."""
|
333 |
|
334 |
AI: Based on the complex sensory input received, the hyper-advanced AI humanoid is experiencing a multifaceted neural response:
|
335 |
|