Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -558,7 +558,7 @@ def explain_standard_interface(standard, user_data):
|
|
558 |
# Create the main application interface with modern design
|
559 |
def create_app():
|
560 |
with gr.Blocks(
|
561 |
-
theme=gr.themes.Monochrome(
|
562 |
primary_hue=gr.themes.colors.blue,
|
563 |
secondary_hue=gr.themes.colors.cyan,
|
564 |
neutral_hue=gr.themes.colors.slate,
|
|
|
558 |
# Create the main application interface with modern design
|
559 |
def create_app():
|
560 |
with gr.Blocks(
|
561 |
+
theme=gr.themes.Monochrome(
|
562 |
primary_hue=gr.themes.colors.blue,
|
563 |
secondary_hue=gr.themes.colors.cyan,
|
564 |
neutral_hue=gr.themes.colors.slate,
|