Spaces:
Runtime error
Runtime error
this
Browse files
home.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from streamlit_option_menu import option_menu
|
3 |
-
from pymongo import MongoClient
|
4 |
import os
|
5 |
-
|
6 |
|
7 |
def Reminder():
|
8 |
embed = '''<iframe
|
|
|
1 |
import streamlit as st
|
2 |
from streamlit_option_menu import option_menu
|
|
|
3 |
import os
|
4 |
+
|
5 |
|
6 |
def Reminder():
|
7 |
embed = '''<iframe
|