Spaces:
Runtime error
Runtime error
Update app_multi.py
Browse files- app_multi.py +1 -1
app_multi.py
CHANGED
@@ -64,7 +64,7 @@ app_css = '''
|
|
64 |
'''
|
65 |
|
66 |
app = gr.Blocks(
|
67 |
-
theme=gr.themes.Soft(primary_hue="orange", secondary_hue="
|
68 |
css=app_css,
|
69 |
analytics_enabled=False
|
70 |
)
|
|
|
64 |
'''
|
65 |
|
66 |
app = gr.Blocks(
|
67 |
+
theme=gr.themes.Soft(primary_hue="orange", secondary_hue="slate"),
|
68 |
css=app_css,
|
69 |
analytics_enabled=False
|
70 |
)
|