Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|