We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a10010 commit 33a2140Copy full SHA for 33a2140
gateman.py
@@ -88,8 +88,6 @@ def main():
88
if st.button("Submit: "):
89
deleteData(userName,userOTP)
90
def hideFooter():
91
- with Image.open("favicon.ico") as icon:
92
- st.set_page_config(page_title="ApploGen(beta)",page_icon=icon)
93
hide_streamlit_style = """
94
<style>
95
#MainMenu {visibility: hidden;}
users.py
@@ -117,8 +117,6 @@ def main():
117
st.warning("Invalid Username/Password")
118
119
120
121
122
123
124
0 commit comments