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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,8 +90,9 @@ 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
  if __name__ == "__main__":
97
  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
+
97
  if __name__ == "__main__":
98
  main()