Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def analyze_wod(file_obj, wod_type):
|
|
81 |
# --- Gradio User Interface Definition ---
|
82 |
# Using gr.Blocks() for a custom layout that matches the elegant design.
|
83 |
with gr.Blocks(
|
84 |
-
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
85 |
css=".gradio-container {max-width: 960px !important; margin: auto !important;}"
|
86 |
) as demo:
|
87 |
|
|
|
81 |
# --- Gradio User Interface Definition ---
|
82 |
# Using gr.Blocks() for a custom layout that matches the elegant design.
|
83 |
with gr.Blocks(
|
84 |
+
#theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
85 |
css=".gradio-container {max-width: 960px !important; margin: auto !important;}"
|
86 |
) as demo:
|
87 |
|