CosmickVisions commited on
Commit
5290c0d
·
verified ·
1 Parent(s): ad2df0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -456,7 +456,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
456
 
457
  # Tech Tools Section
458
  gr.Markdown("### Developer Tools", elem_classes="tool-title")
459
- with gr.Box(elem_classes="tool-container"):
460
  with gr.Tabs():
461
  with gr.TabItem("GitHub Search"):
462
  repo_query = gr.Textbox(label="Search Query", placeholder="Enter keywords to search for repositories")
@@ -492,7 +492,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
492
  label="Sort By"
493
  )
494
  so_search_btn = gr.Button("Search Stack Overflow")
495
-
496
  with gr.TabItem("Code Explainer"):
497
  code_input = gr.Textbox(
498
  label="Code to Explain",
 
456
 
457
  # Tech Tools Section
458
  gr.Markdown("### Developer Tools", elem_classes="tool-title")
459
+ with gr.Group(elem_classes="tool-container"):
460
  with gr.Tabs():
461
  with gr.TabItem("GitHub Search"):
462
  repo_query = gr.Textbox(label="Search Query", placeholder="Enter keywords to search for repositories")
 
492
  label="Sort By"
493
  )
494
  so_search_btn = gr.Button("Search Stack Overflow")
495
+
496
  with gr.TabItem("Code Explainer"):
497
  code_input = gr.Textbox(
498
  label="Code to Explain",