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

Update app.py

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