datasaur-dev commited on
Commit
48ba2af
·
verified ·
1 Parent(s): 89a3bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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