Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -455,7 +455,6 @@ def main():
|
|
455 |
})
|
456 |
|
457 |
st.session_state.last_answered_question = user_question
|
458 |
-
st.session_state.user_input = ""
|
459 |
st.rerun()
|
460 |
|
461 |
|
|
|
455 |
})
|
456 |
|
457 |
st.session_state.last_answered_question = user_question
|
|
|
458 |
st.rerun()
|
459 |
|
460 |
|