Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ css = """
|
|
| 179 |
}
|
| 180 |
"""
|
| 181 |
|
| 182 |
-
theme = gr.themes.
|
| 183 |
|
| 184 |
with gr.Blocks(title="Athena Playground Chat", css=css, theme=theme) as demo:
|
| 185 |
gr.Markdown("# 🚀 Athena Playground Chat")
|
|
|
|
| 179 |
}
|
| 180 |
"""
|
| 181 |
|
| 182 |
+
theme = gr.themes.Soft()
|
| 183 |
|
| 184 |
with gr.Blocks(title="Athena Playground Chat", css=css, theme=theme) as demo:
|
| 185 |
gr.Markdown("# 🚀 Athena Playground Chat")
|