Rohit commited on
Commit ·
8d9ed48
1
Parent(s): dfeb40a
this
Browse files
Auth.py
CHANGED
|
@@ -5,7 +5,6 @@ from streamlit_option_menu import option_menu
|
|
| 5 |
|
| 6 |
st.set_page_config(page_title="Reminder App", page_icon=":bell:", layout="centered")
|
| 7 |
|
| 8 |
-
load_dotenv()
|
| 9 |
|
| 10 |
uri = st.secrets["MONGO_CONNECTION_STRING"]
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
st.set_page_config(page_title="Reminder App", page_icon=":bell:", layout="centered")
|
| 7 |
|
|
|
|
| 8 |
|
| 9 |
uri = st.secrets["MONGO_CONNECTION_STRING"]
|
| 10 |
|