Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,11 +23,12 @@ st.markdown(
|
|
| 23 |
<style>
|
| 24 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
| 25 |
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
| 31 |
}
|
| 32 |
.stButton>button {
|
| 33 |
background-color: #4CAF50;
|
|
|
|
| 23 |
<style>
|
| 24 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
|
| 25 |
|
| 26 |
+
}
|
| 27 |
+
.main {
|
| 28 |
+
background-color: #000000;
|
| 29 |
+
color: #ECF0F1;
|
| 30 |
+
background-image: url('https://s1.1zoom.me/big0/395/Fields_Sunrises_and_499477.jpg');
|
| 31 |
+
background-size: cover;
|
| 32 |
}
|
| 33 |
.stButton>button {
|
| 34 |
background-color: #4CAF50;
|