Sephfox commited on
Commit
d9f340f
·
verified ·
1 Parent(s): 480fb49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -15
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
- 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}"
 
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}"