Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -115,11 +115,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
115 |
query = gr.Textbox(placeholder="Enter your query here", label="Query")
|
116 |
k = gr.Slider(minimum=1, maximum=10, step=1, label="Number of results", value=5)
|
117 |
|
118 |
-
with gr.Row():
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
|
124 |
# Define the actions
|
125 |
search_button = gr.Button("π Search", variant="primary")
|
|
|
115 |
query = gr.Textbox(placeholder="Enter your query here", label="Query")
|
116 |
k = gr.Slider(minimum=1, maximum=10, step=1, label="Number of results", value=5)
|
117 |
|
118 |
+
# with gr.Row():
|
119 |
+
# gr.Examples(
|
120 |
+
# examples=get_example(),
|
121 |
+
# inputs=[file, query],
|
122 |
+
# )
|
123 |
|
124 |
# Define the actions
|
125 |
search_button = gr.Button("π Search", variant="primary")
|