Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -305,21 +305,21 @@ with col2:
|
|
305 |
"""
|
306 |
st.code(data_display, language="")
|
307 |
# First, create a template string with placeholders
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
|
324 |
# First, format each value individually
|
325 |
touch_x_str = f"{touch_x:.1f}"
|
|
|
305 |
"""
|
306 |
st.code(data_display, language="")
|
307 |
# First, create a template string with placeholders
|
308 |
+
prompt_template = """Human: Analyze the sensory input for a hyper-advanced AI humanoid:
|
309 |
+
Location: ({}, {})
|
310 |
+
Duration: {}s, Intensity: {}
|
311 |
+
Pressure: {}
|
312 |
+
Temperature: {}\N{DEGREE SIGN}C
|
313 |
+
Texture: {}
|
314 |
+
EM Field: {} μT
|
315 |
+
Quantum State: {}
|
316 |
+
Resulting in:
|
317 |
+
Pain: {}, Pleasure: {}
|
318 |
+
Tickle: {}, Itch: {}
|
319 |
+
Proprioception: {}
|
320 |
+
Synesthesia: {}
|
321 |
+
Neural Response: {}
|
322 |
+
Provide a detailed, scientific, and creative description of the AI humanoid's experience and response to this sensory input."""
|
323 |
|
324 |
# First, format each value individually
|
325 |
touch_x_str = f"{touch_x:.1f}"
|