Spaces:
Running
Running
jingyaogong commited on
Commit ·
9bd331b
1
Parent(s): ccf3b47
[update] app
Browse files
app.py
CHANGED
|
@@ -34,10 +34,10 @@ st.markdown("""
|
|
| 34 |
background-color: #f5f5f5 !important;
|
| 35 |
}
|
| 36 |
.stMainBlockContainer > div:first-child {
|
| 37 |
-
margin-top: -
|
| 38 |
}
|
| 39 |
.stApp > div:last-child {
|
| 40 |
-
margin-bottom: -
|
| 41 |
}
|
| 42 |
|
| 43 |
/* 重置按钮基础样式 */
|
|
|
|
| 34 |
background-color: #f5f5f5 !important;
|
| 35 |
}
|
| 36 |
.stMainBlockContainer > div:first-child {
|
| 37 |
+
margin-top: -20px !important;
|
| 38 |
}
|
| 39 |
.stApp > div:last-child {
|
| 40 |
+
margin-bottom: -10px !important;
|
| 41 |
}
|
| 42 |
|
| 43 |
/* 重置按钮基础样式 */
|