Zeitstaub commited on
Commit
c8f7b33
1 Parent(s): 1ad7f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (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():
 
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():