Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -397,12 +397,12 @@ if st.session_state.framework == "gen":
|
|
397 |
background-repeat: no-repeat;
|
398 |
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
|
399 |
width:250px;
|
400 |
-
margin-left:
|
401 |
border-radius: 30px;
|
402 |
height:50px !important;
|
403 |
margin-top:50px;
|
404 |
-
|
405 |
-
|
406 |
|
407 |
}}
|
408 |
[class*="st-key-explain"] > div.stButton > button{{
|
|
|
397 |
background-repeat: no-repeat;
|
398 |
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
|
399 |
width:250px;
|
400 |
+
margin-left:370px;
|
401 |
border-radius: 30px;
|
402 |
height:50px !important;
|
403 |
margin-top:50px;
|
404 |
+
border-right:2px solid #4794ff;
|
405 |
+
border-left:2px solid #4794ff;
|
406 |
|
407 |
}}
|
408 |
[class*="st-key-explain"] > div.stButton > button{{
|