Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -497,7 +497,7 @@ if len(interaction_files) > 0:
|
|
497 |
st.write("- Focus on positive, enjoyable experiences to improve mood")
|
498 |
if st.session_state.autonomy.energy < 0.3:
|
499 |
st.write("- Plan for a rest period or very low-intensity interaction")
|
500 |
-
if st.session_state.autonomy.curiosity > 0.8:
|
501 |
st.write("- Introduce a completely new type of sensory input or cognitive challenge")
|
502 |
|
503 |
st.write("\nLong-term goals:")
|
|
|
497 |
st.write("- Focus on positive, enjoyable experiences to improve mood")
|
498 |
if st.session_state.autonomy.energy < 0.3:
|
499 |
st.write("- Plan for a rest period or very low-intensity interaction")
|
500 |
+
if st.session_state.autonomy.curiosity > 0.8:""
|
501 |
st.write("- Introduce a completely new type of sensory input or cognitive challenge")
|
502 |
|
503 |
st.write("\nLong-term goals:")
|