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