Spaces:
Running
Running
bugfix
Browse files
app.py
CHANGED
@@ -244,6 +244,7 @@ def launch_bot():
|
|
244 |
with example_container:
|
245 |
if show_example_questions():
|
246 |
example_container.empty()
|
|
|
247 |
st.rerun()
|
248 |
|
249 |
# User-provided prompt
|
|
|
244 |
with example_container:
|
245 |
if show_example_questions():
|
246 |
example_container.empty()
|
247 |
+
st.session_state.first_turn = False
|
248 |
st.rerun()
|
249 |
|
250 |
# User-provided prompt
|