manu commited on
Commit
438073a
β€’
1 Parent(s): 2b7bea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- gr.Examples(
120
- examples=get_example(),
121
- inputs=[file, query],
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")