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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -119,6 +119,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
119
  gr.Examples(
120
  examples=get_example(),
121
  inputs=[file, query],
 
122
 
123
  # Define the actions
124
  search_button = gr.Button("πŸ” Search", variant="primary")
 
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")