Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gamkers authored Apr 13, 2024
1 parent 755c50a commit 9c5d558
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,34 @@
# # )


# page_bg_img = """
# <style>
# #MainMenu {visibility: hidden;}
# footer {visibility: hidden;}
# header {visibility: hidden;}
# [data-testid="stAppViewContainer"] > .main {{
# background-image: linear-gradient(to right, #000000,#3c3c50);
# opacity: 0.8;
page_bg_img = """
<style>
#MainMenu {visibility: hidden;}
footer {visibility: hidden;}
header {visibility: hidden;}
[data-testid="stAppViewContainer"] > .main {{
background-image: linear-gradient(to right, #000000,#3c3c50);
opacity: 0.8;
# }}
# .stButton>button {{
# color: #FFFFFF;
# border-radius: 10%;
# height: 3em;
# width: 6em;
# background: #6528F7;
# border-radius: 16px;
# box-shadow: 0 4px 30px #000000;
# backdrop-filter: blur(12.1px);
# -webkit-backdrop-filter: blur(12.1px);
# border: 1px solid #FF00FF;
# }}
# </style>
# """
}}
.stButton>button {{
color: #FFFFFF;
border-radius: 10%;
height: 3em;
width: 6em;
background: #6528F7;
border-radius: 16px;
box-shadow: 0 4px 30px #000000;
backdrop-filter: blur(12.1px);
-webkit-backdrop-filter: blur(12.1px);
border: 1px solid #FF00FF;
}}
</style>
"""



# st.markdown(page_bg_img, unsafe_allow_html=True)
st.markdown(page_bg_img, unsafe_allow_html=True)


gradient_text_html = """
Expand Down

0 comments on commit 9c5d558

Please sign in to comment.