Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
# Define Gradio theme with valid color shortcuts and custom fonts
|
| 4 |
-
theme = gr.
|
| 5 |
primary_hue="indigo",
|
| 6 |
secondary_hue="emerald",
|
| 7 |
neutral_hue="gray",
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
# Define Gradio theme with valid color shortcuts and custom fonts
|
| 4 |
+
theme = gr.themes.Soft(
|
| 5 |
primary_hue="indigo",
|
| 6 |
secondary_hue="emerald",
|
| 7 |
neutral_hue="gray",
|