Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -152,10 +152,9 @@ def submit_entry(
|
|
| 152 |
|
| 153 |
with gr.Blocks(
|
| 154 |
title="Workout Session Logger",
|
| 155 |
-
theme=gr.themes.
|
| 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; }
|