Zeitstaub commited on
Commit
601797e
·
verified ·
1 Parent(s): 1b97a54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 dug dosing>>. Remember, this is only a small selection of machine learning patents!)")
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():