Skip to content

Commit 33a2140

Browse files
committed
Drop Favicon
1 parent 9a10010 commit 33a2140

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

gateman.py

-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ def main():
8888
if st.button("Submit: "):
8989
deleteData(userName,userOTP)
9090
def hideFooter():
91-
with Image.open("favicon.ico") as icon:
92-
st.set_page_config(page_title="ApploGen(beta)",page_icon=icon)
9391
hide_streamlit_style = """
9492
<style>
9593
#MainMenu {visibility: hidden;}

users.py

-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def main():
117117
st.warning("Invalid Username/Password")
118118

119119
def hideFooter():
120-
with Image.open("favicon.ico") as icon:
121-
st.set_page_config(page_title="ApploGen(beta)",page_icon=icon)
122120
hide_streamlit_style = """
123121
<style>
124122
#MainMenu {visibility: hidden;}

0 commit comments

Comments
 (0)