Vela commited on
Commit
db61279
·
1 Parent(s): 847aabf

updated messages

Browse files
src/app.py CHANGED
@@ -15,9 +15,9 @@ def main():
15
 
16
  if username:
17
 
18
- home_page.handle_user_input()
19
-
20
  home_page.display_chat()
21
 
 
 
22
  if __name__ == "__main__":
23
  main()
 
15
 
16
  if username:
17
 
 
 
18
  home_page.display_chat()
19
 
20
+ home_page.handle_user_input()
21
+
22
  if __name__ == "__main__":
23
  main()
src/streamlit_app/__pycache__/home_page.cpython-312.pyc CHANGED
Binary files a/src/streamlit_app/__pycache__/home_page.cpython-312.pyc and b/src/streamlit_app/__pycache__/home_page.cpython-312.pyc differ
 
src/streamlit_app/__pycache__/model.cpython-312.pyc CHANGED
Binary files a/src/streamlit_app/__pycache__/model.cpython-312.pyc and b/src/streamlit_app/__pycache__/model.cpython-312.pyc differ