Writo commited on
Commit
388cae7
·
1 Parent(s): ff6332f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def main():
90
  # Footer
91
  st.sidebar.text("© 2024 MosaicAI")
92
 
93
- def update_chat_history(question, answer):
94
  # Implement function to update chat history
95
 
96
 
 
90
  # Footer
91
  st.sidebar.text("© 2024 MosaicAI")
92
 
93
+ #def update_chat_history(question, answer):
94
  # Implement function to update chat history
95
 
96