Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def generate(starting_text):
|
|
| 29 |
if response_end != "":
|
| 30 |
return response_end
|
| 31 |
|
| 32 |
-
with grad.Blocks(
|
| 33 |
grad.HTML(
|
| 34 |
"""
|
| 35 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
|
|
|
| 29 |
if response_end != "":
|
| 30 |
return response_end
|
| 31 |
|
| 32 |
+
with grad.Blocks(theme='SebastianBravo/simci_css') as demo:
|
| 33 |
grad.HTML(
|
| 34 |
"""
|
| 35 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|