SwatGarg commited on
Commit
5cf948a
1 Parent(s): 16f846e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -81,10 +81,6 @@ if "mood_trend" not in st.session_state:
81
  st.session_state.mood_trend = "Unchanged"
82
  if "mood_trend_symbol" not in st.session_state:
83
  st.session_state.mood_trend_symbol = ""
84
- if "show_question" not in st.session_state:
85
- st.session_state.show_question = False
86
- if "asked_questions" not in st.session_state:
87
- st.session_state.asked_questions = []
88
 
89
  # Layout of input/response containers
90
 
 
81
  st.session_state.mood_trend = "Unchanged"
82
  if "mood_trend_symbol" not in st.session_state:
83
  st.session_state.mood_trend_symbol = ""
 
 
 
 
84
 
85
  # Layout of input/response containers
86