Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ def load_chat_history(chat_id):
|
|
172 |
if st.session_state.framework == "gen":
|
173 |
encoded_logo = "hugging.png"
|
174 |
main_bg_ext = "png"
|
175 |
-
main_bg = "picturebg.
|
176 |
|
177 |
|
178 |
|
@@ -487,6 +487,13 @@ if st.session_state.framework == "gen":
|
|
487 |
div[class*="st-key-try"] >div>button {{
|
488 |
height:70px !important;
|
489 |
width:250px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
490 |
}}
|
491 |
[class*="st-key-close-btn"]:hover {{
|
492 |
color: #f00;
|
|
|
172 |
if st.session_state.framework == "gen":
|
173 |
encoded_logo = "hugging.png"
|
174 |
main_bg_ext = "png"
|
175 |
+
main_bg = "picturebg.jfif"
|
176 |
|
177 |
|
178 |
|
|
|
487 |
div[class*="st-key-try"] >div>button {{
|
488 |
height:70px !important;
|
489 |
width:250px !important;
|
490 |
+
background: rgba(255, 255, 255, 0.2) !important;
|
491 |
+
backdrop-filter: blur(10px) !important;
|
492 |
+
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
|
493 |
+
margin-left:20px;
|
494 |
+
|
495 |
+
|
496 |
+
|
497 |
}}
|
498 |
[class*="st-key-close-btn"]:hover {{
|
499 |
color: #f00;
|