Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ st.markdown("""
|
|
| 7 |
<style>
|
| 8 |
/* Style the title */
|
| 9 |
.stApp {
|
| 10 |
-
background-color: #
|
| 11 |
font-family: 'Arial', sans-serif;
|
| 12 |
}
|
| 13 |
.stTitle {
|
|
@@ -19,7 +19,7 @@ st.markdown("""
|
|
| 19 |
}
|
| 20 |
/* Style the buttons and forms */
|
| 21 |
.stButton > button {
|
| 22 |
-
background-color: #
|
| 23 |
color: white;
|
| 24 |
padding: 10px 20px;
|
| 25 |
border-radius: 5px;
|
|
@@ -31,7 +31,7 @@ st.markdown("""
|
|
| 31 |
}
|
| 32 |
/* Style the sidebar */
|
| 33 |
.stSidebar > div {
|
| 34 |
-
background-color: #
|
| 35 |
padding: 15px;
|
| 36 |
border-radius: 10px;
|
| 37 |
}
|
|
|
|
| 7 |
<style>
|
| 8 |
/* Style the title */
|
| 9 |
.stApp {
|
| 10 |
+
background-color: #8182ae ;
|
| 11 |
font-family: 'Arial', sans-serif;
|
| 12 |
}
|
| 13 |
.stTitle {
|
|
|
|
| 19 |
}
|
| 20 |
/* Style the buttons and forms */
|
| 21 |
.stButton > button {
|
| 22 |
+
background-color: #d91515 ;
|
| 23 |
color: white;
|
| 24 |
padding: 10px 20px;
|
| 25 |
border-radius: 5px;
|
|
|
|
| 31 |
}
|
| 32 |
/* Style the sidebar */
|
| 33 |
.stSidebar > div {
|
| 34 |
+
background-color: #8182ae;
|
| 35 |
padding: 15px;
|
| 36 |
border-radius: 10px;
|
| 37 |
}
|