Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ def clear_history():
|
|
| 114 |
return "", ""
|
| 115 |
|
| 116 |
|
| 117 |
-
with gr.Blocks(title=title) as demo: # Use default theme if "Ocean" isn't available
|
| 118 |
gr.Markdown(f"# {title}")
|
| 119 |
gr.Markdown(description)
|
| 120 |
|
|
|
|
| 114 |
return "", ""
|
| 115 |
|
| 116 |
|
| 117 |
+
with gr.Blocks(title=title, theme="Ocean") as demo: # Use default theme if "Ocean" isn't available
|
| 118 |
gr.Markdown(f"# {title}")
|
| 119 |
gr.Markdown(description)
|
| 120 |
|