Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -130,6 +130,7 @@ if "current_chat_id" in st.session_state:
|
|
| 130 |
elif isinstance(message, ToolMessage):
|
| 131 |
st.info("Using Appropriate tool")
|
| 132 |
response_placeholder.markdown(full_response + " ")
|
|
|
|
| 133 |
# if(st.session_state.tospeak):
|
| 134 |
# st.session_state.speaker.say(full_response)
|
| 135 |
# st.session_state.runAndWait()
|
|
|
|
| 130 |
elif isinstance(message, ToolMessage):
|
| 131 |
st.info("Using Appropriate tool")
|
| 132 |
response_placeholder.markdown(full_response + " ")
|
| 133 |
+
st.rerun()
|
| 134 |
# if(st.session_state.tospeak):
|
| 135 |
# st.session_state.speaker.say(full_response)
|
| 136 |
# st.session_state.runAndWait()
|