Spaces:
Running on Zero
Running on Zero
Update font
Browse files
app.py
CHANGED
|
@@ -546,7 +546,7 @@ with gr.Blocks(title="🌊 Marine Soundscape Analyzer", css=CSS,
|
|
| 546 |
primary_hue="cyan",
|
| 547 |
secondary_hue="blue",
|
| 548 |
neutral_hue="slate",
|
| 549 |
-
font=gr.themes.GoogleFont("
|
| 550 |
)) as demo:
|
| 551 |
|
| 552 |
gr.Markdown("""
|
|
|
|
| 546 |
primary_hue="cyan",
|
| 547 |
secondary_hue="blue",
|
| 548 |
neutral_hue="slate",
|
| 549 |
+
font=gr.themes.GoogleFont("Quicksand"),
|
| 550 |
)) as demo:
|
| 551 |
|
| 552 |
gr.Markdown("""
|