Jaspertw177 commited on
Commit
437e992
·
1 Parent(s): ed69556

interface blocked in space

Browse files
Files changed (1) hide show
  1. streamlit_utlis.py +1 -0
streamlit_utlis.py CHANGED
@@ -2,6 +2,7 @@ import hmac
2
  import streamlit as st
3
 
4
  def check_password():
 
5
  def password_entered():
6
  if hmac.compare_digest(st.session_state["password"], st.secrets["adminpassword"]):
7
  st.session_state["password_correct"] = True
 
2
  import streamlit as st
3
 
4
  def check_password():
5
+ st.header("")
6
  def password_entered():
7
  if hmac.compare_digest(st.session_state["password"], st.secrets["adminpassword"]):
8
  st.session_state["password_correct"] = True