Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,6 +82,7 @@ def analyze_wod(file_obj, wod_type):
|
|
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 |
|
|
|
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 |
+
theme=gr.themes.Default(primary_hue="blue", secondary_hue="sky"),
|
86 |
css=".gradio-container {max-width: 960px !important; margin: auto !important;}"
|
87 |
) as demo:
|
88 |
|