Anne31415 commited on
Commit
1daa96c
·
1 Parent(s): 2b04423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -119,6 +119,8 @@ def main():
119
  }
120
  </style>
121
  """, unsafe_allow_html=True)
 
 
122
 
123
  if "chat_history" not in st.session_state:
124
  st.session_state['chat_history'] = []
 
119
  }
120
  </style>
121
  """, unsafe_allow_html=True)
122
+
123
+ dynamic_question = "No question generated yet."
124
 
125
  if "chat_history" not in st.session_state:
126
  st.session_state['chat_history'] = []