added :
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ if "ai_tone" not in st.session_state:
|
|
70 |
st.session_state.ai_tone = "Empathy"
|
71 |
if "mood_trend_symbol" not in st.session_state:
|
72 |
st.session_state.mood_trend_symbol = ""
|
73 |
-
if "show_question" not in st.session_state
|
74 |
st.session_state.show_question = False
|
75 |
if "asked_questions" not in st.session_state:
|
76 |
st.session_state.asked_questions = []
|
|
|
70 |
st.session_state.ai_tone = "Empathy"
|
71 |
if "mood_trend_symbol" not in st.session_state:
|
72 |
st.session_state.mood_trend_symbol = ""
|
73 |
+
if "show_question" not in st.session_state:
|
74 |
st.session_state.show_question = False
|
75 |
if "asked_questions" not in st.session_state:
|
76 |
st.session_state.asked_questions = []
|