Spaces:
Running
Running
Commit
·
9fb1a6f
1
Parent(s):
2da260d
update demo
Browse files
app.py
CHANGED
@@ -31,12 +31,6 @@ st.markdown("""
|
|
31 |
color: #333 !important;
|
32 |
background-color: #f5f5f5 !important;
|
33 |
}
|
34 |
-
.stMainBlockContainer > div:first-child {
|
35 |
-
margin-top: -50px !important;
|
36 |
-
}
|
37 |
-
.stApp > div:last-child {
|
38 |
-
margin-bottom: -35px !important;
|
39 |
-
}
|
40 |
|
41 |
/* 重置按钮基础样式 */
|
42 |
.stButton > button {
|
|
|
31 |
color: #333 !important;
|
32 |
background-color: #f5f5f5 !important;
|
33 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
/* 重置按钮基础样式 */
|
36 |
.stButton > button {
|