Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def run_query(query: str) -> str:
|
|
| 76 |
with gr.Blocks(
|
| 77 |
title="USLaP Query",
|
| 78 |
theme=gr.themes.Base(
|
| 79 |
-
primary_hue="
|
| 80 |
font=[gr.themes.GoogleFont("IBM Plex Mono"), "monospace"],
|
| 81 |
),
|
| 82 |
css="""
|
|
|
|
| 76 |
with gr.Blocks(
|
| 77 |
title="USLaP Query",
|
| 78 |
theme=gr.themes.Base(
|
| 79 |
+
primary_hue="gray",
|
| 80 |
font=[gr.themes.GoogleFont("IBM Plex Mono"), "monospace"],
|
| 81 |
),
|
| 82 |
css="""
|