CosmoAI commited on
Commit
86691f5
·
2 Parent(s): 36b7bc3 1380c5c
Files changed (3) hide show
  1. Home.py +3 -0
  2. gittest.py +1 -0
  3. requirements.txt +6 -0
Home.py CHANGED
@@ -62,8 +62,11 @@ def dashboard():
62
  # homepage()
63
  if selected == 'Conversational':
64
  chat()
 
65
  elif selected == "Image Classification":
66
  image_classifi()
 
 
67
  elif selected == 'Logout':
68
  st.session_state.user = None
69
  st.experimental_rerun()
 
62
  # homepage()
63
  if selected == 'Conversational':
64
  chat()
65
+ <<<<<<< HEAD
66
  elif selected == "Image Classification":
67
  image_classifi()
68
+ =======
69
+ >>>>>>> 1380c5c1abf8f579060f784d6ae0224298981b96
70
  elif selected == 'Logout':
71
  st.session_state.user = None
72
  st.experimental_rerun()
gittest.py ADDED
@@ -0,0 +1 @@
 
 
1
+ "This is git push commit"
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ streamlit
2
+ streamlit-option-menu
3
+ pymongo
4
+ hugchat
5
+ python-dotenv
6
+ transformers[torch]