Update app.py
Browse files
app.py
CHANGED
@@ -698,7 +698,7 @@ def launch_interface(share=True):
|
|
698 |
)
|
699 |
|
700 |
####
|
701 |
-
|
702 |
auto_file_input = gr.File(label="Upload File (Optional)")
|
703 |
auto_query_input = gr.Textbox(label="Search Query")
|
704 |
auto_model_types = gr.CheckboxGroup(
|
|
|
698 |
)
|
699 |
|
700 |
####
|
701 |
+
with gr.Tab("Automated"):
|
702 |
auto_file_input = gr.File(label="Upload File (Optional)")
|
703 |
auto_query_input = gr.Textbox(label="Search Query")
|
704 |
auto_model_types = gr.CheckboxGroup(
|