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