Spaces:
Running
Running
bugfix
Browse files
app.py
CHANGED
@@ -208,6 +208,7 @@ def launch_bot():
|
|
208 |
with example_container:
|
209 |
if show_example_questions():
|
210 |
example_container.empty()
|
|
|
211 |
st.rerun()
|
212 |
|
213 |
# User-provided prompt
|
|
|
208 |
with example_container:
|
209 |
if show_example_questions():
|
210 |
example_container.empty()
|
211 |
+
st.session_state.first_turn = False
|
212 |
st.rerun()
|
213 |
|
214 |
# User-provided prompt
|