Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -378,7 +378,7 @@ country_options = [
|
|
378 |
]
|
379 |
|
380 |
# Create the Gradio interface with fixed layout
|
381 |
-
with gr.Blocks(title="Tavily Search API", theme=gr.themes.
|
382 |
/* Custom CSS to prevent interface squeezing */
|
383 |
.gradio-container {
|
384 |
max-width: none !important;
|
|
|
378 |
]
|
379 |
|
380 |
# Create the Gradio interface with fixed layout
|
381 |
+
with gr.Blocks(title="Tavily Search API", theme=gr.themes.Citrus(), css="""
|
382 |
/* Custom CSS to prevent interface squeezing */
|
383 |
.gradio-container {
|
384 |
max-width: none !important;
|