Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def generate(starting_text):
|
|
| 28 |
|
| 29 |
if response_end != "":
|
| 30 |
return response_end
|
| 31 |
-
with grad.Blocks(theme=
|
| 32 |
|
| 33 |
#with grad.Blocks(theme='soft') as demo:
|
| 34 |
#with grad.Blocks(css='style.css') as demo:
|
|
|
|
| 28 |
|
| 29 |
if response_end != "":
|
| 30 |
return response_end
|
| 31 |
+
with grad.Blocks(theme=grad.themes.Soft()) as demo:
|
| 32 |
|
| 33 |
#with grad.Blocks(theme='soft') as demo:
|
| 34 |
#with grad.Blocks(css='style.css') as demo:
|