Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,6 +182,10 @@ def clear_rankings(songs_df):
|
|
| 182 |
|
| 183 |
# theme='Taithrah/Minimal'
|
| 184 |
# Gradio interface
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
with gr.Blocks(theme=theme) as app:
|
| 186 |
|
| 187 |
gr.Markdown(
|
|
|
|
| 182 |
|
| 183 |
# theme='Taithrah/Minimal'
|
| 184 |
# Gradio interface
|
| 185 |
+
theme = gr.themes.Soft(primary_hue="red", secondary_hue="blue")
|
| 186 |
+
|
| 187 |
+
|
| 188 |
+
|
| 189 |
with gr.Blocks(theme=theme) as app:
|
| 190 |
|
| 191 |
gr.Markdown(
|