Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -755,6 +755,7 @@ The response should be in HTML format with appropriate styling."""
|
|
| 755 |
background-color: rgba(66,133,244,0.1);
|
| 756 |
}
|
| 757 |
"""
|
|
|
|
| 758 |
|
| 759 |
|
| 760 |
with demo:
|
|
|
|
| 755 |
background-color: rgba(66,133,244,0.1);
|
| 756 |
}
|
| 757 |
"""
|
| 758 |
+
demo = gr.Blocks(css=custom_css, theme=theme)
|
| 759 |
|
| 760 |
|
| 761 |
with demo:
|