Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,10 @@ st.markdown(
|
|
15 |
background-color: #000000;
|
16 |
color: #ffffff;
|
17 |
}
|
|
|
|
|
|
|
|
|
18 |
</style>
|
19 |
""",
|
20 |
unsafe_allow_html=True
|
|
|
15 |
background-color: #000000;
|
16 |
color: #ffffff;
|
17 |
}
|
18 |
+
.stApp {
|
19 |
+
background-color: #000000;
|
20 |
+
color: #ffffff;
|
21 |
+
}
|
22 |
</style>
|
23 |
""",
|
24 |
unsafe_allow_html=True
|