shukdevdattaEX commited on
Commit
21b6773
Β·
verified Β·
1 Parent(s): a224532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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-accordion"):
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`