shukdevdatta123 commited on
Commit
8cd6ebf
Β·
verified Β·
1 Parent(s): 78568fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -291,9 +291,9 @@ def create_gradio_app():
291
  padding: 15px;
292
  margin: 10px 0;
293
  }
294
- #neuroscope-accordion .gr-accordion {
295
- background: linear-gradient(45deg, #26f1b5 0%, #307f3f 100%)
296
- }
297
  """
298
 
299
  with gr.Blocks(css=css, title="πŸ€– Creative Agentic AI Chat", theme=gr.themes.Soft()) as app:
@@ -307,7 +307,7 @@ def create_gradio_app():
307
  """)
308
 
309
  # NeuroScope AI Section
310
- with gr.Group(elem_id="neuroscope-accordion"):
311
  with gr.Accordion("πŸ€– NeuroScope AI", open=False):
312
  gr.Markdown("""
313
  - 🧠 Intelligence (Neuro)
 
291
  padding: 15px;
292
  margin: 10px 0;
293
  }
294
+ # #neuroscope-accordion .gr-accordion {
295
+ # background: linear-gradient(45deg, #26f1b5 0%, #307f3f 100%)
296
+ # }
297
  """
298
 
299
  with gr.Blocks(css=css, title="πŸ€– Creative Agentic AI Chat", theme=gr.themes.Soft()) as app:
 
307
  """)
308
 
309
  # NeuroScope AI Section
310
+ # with gr.Group(elem_id="neuroscope-accordion"):
311
  with gr.Accordion("πŸ€– NeuroScope AI", open=False):
312
  gr.Markdown("""
313
  - 🧠 Intelligence (Neuro)