Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|