Ankush05 commited on
Commit
6294752
·
1 Parent(s): 61950c2
Files changed (2) hide show
  1. app.py +1 -1
  2. home.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from streamlit_option_menu import option_menu
3
  from pymongo import MongoClient
4
  import os
5
  from home import dashboard
6
- from streamlit.session_state import session_state
7
 
8
  if 'user' not in st.session_state:
9
  st.session_state['user'] = "Guest"
 
3
  from pymongo import MongoClient
4
  import os
5
  from home import dashboard
6
+
7
 
8
  if 'user' not in st.session_state:
9
  st.session_state['user'] = "Guest"
home.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from streamlit_option_menu import option_menu
3
  from pymongo import MongoClient
4
 
5
- from streamlit.session_state import session_state
6
 
7
 
8
  def Create_Reminder():
 
2
  from streamlit_option_menu import option_menu
3
  from pymongo import MongoClient
4
 
5
+
6
 
7
 
8
  def Create_Reminder():