Spaces:
Runtime error
Runtime error
Commit
·
c0b97e3
1
Parent(s):
cd8ed16
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import os
|
| 3 |
-
password = os.environ.get("
|
| 4 |
# Define a function to hide a Streamlit tab
|
| 5 |
def hide_tab():
|
| 6 |
hide_streamlit_style = """
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import os
|
| 3 |
+
password = os.environ.get("password")
|
| 4 |
# Define a function to hide a Streamlit tab
|
| 5 |
def hide_tab():
|
| 6 |
hide_streamlit_style = """
|