Anne31415 commited on
Commit
75835ac
·
verified ·
1 Parent(s): 19210a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ def page1():
295
 
296
  # Save conversation after chat interaction
297
  session_id = str(uuid.uuid4()) # Generate a unique session ID
298
- save_conversation(st.session_state['chat_history_page1'], session_id
299
 
300
  # Clear the input field after the query is made
301
  query = ""
 
295
 
296
  # Save conversation after chat interaction
297
  session_id = str(uuid.uuid4()) # Generate a unique session ID
298
+ save_conversation(st.session_state['chat_history_page1'], session_id)
299
 
300
  # Clear the input field after the query is made
301
  query = ""