Update app.py
Browse files
app.py
CHANGED
@@ -479,7 +479,7 @@ if prompt:
|
|
479 |
st.session_state.conversations[current_id]["should_update_title"] = False
|
480 |
|
481 |
# Force a refresh of the UI after each message to ensure title updates
|
482 |
-
st.
|
483 |
|
484 |
except Exception as e:
|
485 |
error_msg = f"Error: {str(e)}"
|
|
|
479 |
st.session_state.conversations[current_id]["should_update_title"] = False
|
480 |
|
481 |
# Force a refresh of the UI after each message to ensure title updates
|
482 |
+
st.rerun()
|
483 |
|
484 |
except Exception as e:
|
485 |
error_msg = f"Error: {str(e)}"
|