Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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",
|