jflo commited on
Commit
9bd4e99
·
verified ·
1 Parent(s): b98234b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -152,10 +152,9 @@ def submit_entry(
152
 
153
  with gr.Blocks(
154
  title="Workout Session Logger",
155
- theme=gr.themes.Base(
156
  primary_hue="orange",
157
  neutral_hue="slate",
158
- font=gr.themes.GoogleFont("Inter"),
159
  ),
160
  css="""
161
  .submit-btn { background: #FF4500 !important; border: none !important; }
 
152
 
153
  with gr.Blocks(
154
  title="Workout Session Logger",
155
+ theme=gr.themes.Soft(
156
  primary_hue="orange",
157
  neutral_hue="slate",
 
158
  ),
159
  css="""
160
  .submit-btn { background: #FF4500 !important; border: none !important; }