Kangarroar commited on
Commit
901c25b
1 Parent(s): de3891b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- os.environ.get("passsord")
3
  # Define a function to hide a Streamlit tab
4
  def hide_tab():
5
  hide_streamlit_style = """
 
1
  import streamlit as st
2
+ password = os.environ.get("passsord")
3
  # Define a function to hide a Streamlit tab
4
  def hide_tab():
5
  hide_streamlit_style = """