Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as demo:
|
|
56 |
with gr.Row():
|
57 |
with gr.Column():
|
58 |
model_selector = gr.Dropdown(choices=list(model_options.keys()), label="Chose Sentence-Transformer")
|
59 |
-
text_input = gr.Textbox(lines=2, placeholder="machine learning for drug dosing", label="input_text (like <<machine learning for
|
60 |
submit_button = gr.Button("search")
|
61 |
|
62 |
with gr.Column():
|
|
|
56 |
with gr.Row():
|
57 |
with gr.Column():
|
58 |
model_selector = gr.Dropdown(choices=list(model_options.keys()), label="Chose Sentence-Transformer")
|
59 |
+
text_input = gr.Textbox(lines=2, placeholder="machine learning for drug dosing", label="input_text (like <<machine learning for drug dosing>>. Remember, this is only a small selection of machine learning patents!)")
|
60 |
submit_button = gr.Button("search")
|
61 |
|
62 |
with gr.Column():
|