Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,14 +29,14 @@ def generate(starting_text):
|
|
| 29 |
if response_end != "":
|
| 30 |
return response_end
|
| 31 |
|
| 32 |
-
with grad.Blocks(theme = grad.themes.Glass(
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
|
| 37 |
#with gr.Blocks(theme=theme) as demo:
|
| 38 |
...
|
| 39 |
-
|
| 40 |
#with grad.Blocks(css='style.css') as demo:
|
| 41 |
grad.HTML(
|
| 42 |
"""
|
|
|
|
| 29 |
if response_end != "":
|
| 30 |
return response_end
|
| 31 |
|
| 32 |
+
#with grad.Blocks(theme = grad.themes.Glass(
|
| 33 |
+
# primary_hue="rose",
|
| 34 |
+
# secondary_hue="teal",
|
| 35 |
+
# neutral_hue="indigo",))as demo:
|
| 36 |
|
| 37 |
#with gr.Blocks(theme=theme) as demo:
|
| 38 |
...
|
| 39 |
+
with grad.Blocks(theme='SebastianBravo/simci_css') as demo:
|
| 40 |
#with grad.Blocks(css='style.css') as demo:
|
| 41 |
grad.HTML(
|
| 42 |
"""
|