Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -168,7 +168,7 @@ css_style = """
|
|
| 168 |
"""
|
| 169 |
|
| 170 |
# Add the CSS style to the template
|
| 171 |
-
template.
|
| 172 |
|
| 173 |
# Run the app
|
| 174 |
template.servable()
|
|
|
|
| 168 |
"""
|
| 169 |
|
| 170 |
# Add the CSS style to the template
|
| 171 |
+
template.add_html(css_style)
|
| 172 |
|
| 173 |
# Run the app
|
| 174 |
template.servable()
|