JohnAlexander23 commited on
Commit
c23fc57
1 Parent(s): d34e352

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,6 @@ if st.button("Save Session"):
152
  st.session_state.chat_history = [
153
  {"role": "system", "content": "you are a helpful assistant. Take the input from the users and try to provide as detailed response as possible. Provide proper examples to help the user. Try to mention references or provide citations to make it more detail-oriented."}
154
  ]
155
- st.experimental_rerun()
156
 
157
  # Footer
158
  st.markdown(
@@ -170,3 +169,4 @@ st.markdown(
170
 
171
 
172
 
 
 
152
  st.session_state.chat_history = [
153
  {"role": "system", "content": "you are a helpful assistant. Take the input from the users and try to provide as detailed response as possible. Provide proper examples to help the user. Try to mention references or provide citations to make it more detail-oriented."}
154
  ]
 
155
 
156
  # Footer
157
  st.markdown(
 
169
 
170
 
171
 
172
+