Man0707 commited on
Commit
ed5909a
·
verified ·
1 Parent(s): b72513e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -2
src/streamlit_app.py CHANGED
@@ -23,8 +23,7 @@ st.markdown("""
23
  h1 {font-size:4.2rem; text-align:center;
24
  background:linear-gradient(90deg,#00d4ff,#ff00c8,#ffd700);
25
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
26
- .card {background:rgba(30,40,80,0.7); padding:2rem; border-radius:20px;
27
- border:1px solid #00d4ff; margin:2rem 0; backdrop-filter:blur(10px);}
28
  .price {color:#00ff9d; font-size:4.5rem; text-align:center; font-weight:bold;}
29
  .stButton>button {background:linear-gradient(45deg,#00d4ff,#ff00c8);
30
  color:white; border:none; border-radius:50px; padding:1rem 3rem; font-size:1.4rem;}
 
23
  h1 {font-size:4.2rem; text-align:center;
24
  background:linear-gradient(90deg,#00d4ff,#ff00c8,#ffd700);
25
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
26
+
 
27
  .price {color:#00ff9d; font-size:4.5rem; text-align:center; font-weight:bold;}
28
  .stButton>button {background:linear-gradient(45deg,#00d4ff,#ff00c8);
29
  color:white; border:none; border-radius:50px; padding:1rem 3rem; font-size:1.4rem;}