Sephfox commited on
Commit
816492a
·
verified ·
1 Parent(s): 2b28130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -346,8 +346,8 @@ The proprioception value of {proprioception:.2f} indicates that the AI is acutel
346
  The cumulative neural response of {neural_response:.2f} suggests a significant impact on the AI's cognitive processes. This could lead to adaptive behaviors, memory formation, or even influence future decision-making patterns.
347
  In response to this rich sensory tapestry, the AI might adjust its posture, initiate a verbal response, or update its internal model of the environment. The experience is likely to be stored in its memory banks, contributing to its ever-evolving understanding of physical interactions and sensory experiences."""
348
 
349
- st.write("AI Response:")
350
- st.write(ai_response)
351
 
352
  # Save interaction data
353
  if canvas_result.json_data is not None:
 
346
  The cumulative neural response of {neural_response:.2f} suggests a significant impact on the AI's cognitive processes. This could lead to adaptive behaviors, memory formation, or even influence future decision-making patterns.
347
  In response to this rich sensory tapestry, the AI might adjust its posture, initiate a verbal response, or update its internal model of the environment. The experience is likely to be stored in its memory banks, contributing to its ever-evolving understanding of physical interactions and sensory experiences."""
348
 
349
+ st.write("AI Response:")
350
+ st.write(ai_response)
351
 
352
  # Save interaction data
353
  if canvas_result.json_data is not None: