Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,14 @@ import numpy as np
|
|
9 |
|
10 |
# Define the HTML and CSS styles
|
11 |
html_temp = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
<div style="background-color:black;padding:10px">
|
13 |
<h1 style="color:white;text-align:center;">My Streamlit App with HTML and CSS</h1>
|
14 |
</div>
|
|
|
9 |
|
10 |
# Define the HTML and CSS styles
|
11 |
html_temp = """
|
12 |
+
|
13 |
+
<style>
|
14 |
+
body {
|
15 |
+
background-color: #000000;
|
16 |
+
color: #ffffff;
|
17 |
+
}
|
18 |
+
</style>
|
19 |
+
|
20 |
<div style="background-color:black;padding:10px">
|
21 |
<h1 style="color:white;text-align:center;">My Streamlit App with HTML and CSS</h1>
|
22 |
</div>
|