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