Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
|
|
55 |
submit_button = gr.Button("search")
|
56 |
|
57 |
with gr.Column():
|
58 |
-
output = gr.Textbox(label="top 5 patent abstracts if available)")
|
59 |
|
60 |
submit_button.click(find_similar_texts, inputs=[model_selector, text_input], outputs=output)
|
61 |
|
|
|
55 |
submit_button = gr.Button("search")
|
56 |
|
57 |
with gr.Column():
|
58 |
+
output = gr.Textbox(label="top 5 patent abstracts (if available)")
|
59 |
|
60 |
submit_button.click(find_similar_texts, inputs=[model_selector, text_input], outputs=output)
|
61 |
|