Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -550,6 +550,11 @@ def create_gradio_app():
|
|
550 |
background: linear-gradient(to right, #00ff94, #00b4db);
|
551 |
border-radius: 8px;
|
552 |
}
|
|
|
|
|
|
|
|
|
|
|
553 |
"""
|
554 |
|
555 |
with gr.Blocks(css=css, title="π€ Multi-Provider Creative Agentic AI Chat", theme=gr.themes.Ocean()) as app:
|
@@ -756,7 +761,7 @@ def create_gradio_app():
|
|
756 |
info="Never search these domains"
|
757 |
)
|
758 |
|
759 |
-
with gr.Accordion("π Common Domain Examples", open=False, elem_id="neuroscope-
|
760 |
gr.Markdown("""
|
761 |
**Academic & Research:**
|
762 |
- `arxiv.org`, `*.edu`, `scholar.google.com`, `researchgate.net`
|
|
|
550 |
background: linear-gradient(to right, #00ff94, #00b4db);
|
551 |
border-radius: 8px;
|
552 |
}
|
553 |
+
#neuroscope-accordion2 {
|
554 |
+
background: linear-gradient(to right, #00ff94, #00b4db);
|
555 |
+
border-radius: 8px;
|
556 |
+
margin-top: 10px;
|
557 |
+
}
|
558 |
"""
|
559 |
|
560 |
with gr.Blocks(css=css, title="π€ Multi-Provider Creative Agentic AI Chat", theme=gr.themes.Ocean()) as app:
|
|
|
761 |
info="Never search these domains"
|
762 |
)
|
763 |
|
764 |
+
with gr.Accordion("π Common Domain Examples", open=False, elem_id="neuroscope-accordion2"):
|
765 |
gr.Markdown("""
|
766 |
**Academic & Research:**
|
767 |
- `arxiv.org`, `*.edu`, `scholar.google.com`, `researchgate.net`
|