Spaces:
Runtime error
Runtime error
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 |
-
|
| 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 |
-
|
| 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():
|