Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ def create_gradio_app():
|
|
297 |
}
|
298 |
"""
|
299 |
|
300 |
-
with gr.Blocks(css=css, title="🤖 Creative Agentic AI Chat", theme=gr.themes.
|
301 |
|
302 |
# Header
|
303 |
gr.HTML("""
|
|
|
297 |
}
|
298 |
"""
|
299 |
|
300 |
+
with gr.Blocks(css=css, title="🤖 Creative Agentic AI Chat", theme=gr.themes.Ocean()) as app:
|
301 |
|
302 |
# Header
|
303 |
gr.HTML("""
|