Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,13 @@ st.markdown("""
|
|
| 9 |
background: #d0e8ff;
|
| 10 |
width: 100%;
|
| 11 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
.about-author {
|
| 13 |
background-color: rgba(255, 255, 255, 0.8);
|
| 14 |
border-radius: 15px;
|
|
|
|
| 9 |
background: #d0e8ff;
|
| 10 |
width: 100%;
|
| 11 |
}
|
| 12 |
+
.main .block-container {
|
| 13 |
+
padding-top: 2rem;
|
| 14 |
+
padding-right: 1rem;
|
| 15 |
+
padding-left: 1rem;
|
| 16 |
+
padding-bottom: 2rem;
|
| 17 |
+
max-width: 100%;
|
| 18 |
+
}
|
| 19 |
.about-author {
|
| 20 |
background-color: rgba(255, 255, 255, 0.8);
|
| 21 |
border-radius: 15px;
|