Spaces:
Running
Running
Abid Ali Awan
commited on
Commit
·
84cc41e
1
Parent(s):
24894ef
refactor: Update Gradio application theme to Default with blue and green hues for improved visual consistency and user experience.
Browse files
app.py
CHANGED
|
@@ -403,7 +403,7 @@ with gr.Blocks(title="Streaming MLOps Agent") as demo:
|
|
| 403 |
|
| 404 |
if __name__ == "__main__":
|
| 405 |
demo.queue().launch(
|
| 406 |
-
theme=gr.themes.
|
| 407 |
allowed_paths=["/tmp"],
|
| 408 |
ssr_mode=False,
|
| 409 |
show_error=True,
|
|
|
|
| 403 |
|
| 404 |
if __name__ == "__main__":
|
| 405 |
demo.queue().launch(
|
| 406 |
+
theme=gr.themes.Default(primary_hue="blue", secondary_hue="green"),
|
| 407 |
allowed_paths=["/tmp"],
|
| 408 |
ssr_mode=False,
|
| 409 |
show_error=True,
|