Richard Fan commited on
Commit
0e5f7ea
·
1 Parent(s): 6a3fad8

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks() as demo:
177
 
178
  interest = gr.Textbox(label="A natural language description of what you are interested in. Press shift-enter or click the button below to update.", lines=7)
179
  sample_btn = gr.Button("Generate Digest")
180
- sample_output = gr.Textbox(label="Results for your configuration")
181
  test_btn.click(fn=test, inputs=[email, subject, physics_subject, subsubject, interest, sendgrid_token], outputs=output)
182
  token.change(fn=register_openai_token, inputs=[token])
183
  sample_btn.click(fn=sample, inputs=[email, subject, physics_subject, subsubject, interest], outputs=sample_output)
 
177
 
178
  interest = gr.Textbox(label="A natural language description of what you are interested in. Press shift-enter or click the button below to update.", lines=7)
179
  sample_btn = gr.Button("Generate Digest")
180
+ sample_output = gr.Textbox(label="Results for your configuration. For runtime purposes, this is only done on a small subset of the papers in the topic you have selected.")
181
  test_btn.click(fn=test, inputs=[email, subject, physics_subject, subsubject, interest, sendgrid_token], outputs=output)
182
  token.change(fn=register_openai_token, inputs=[token])
183
  sample_btn.click(fn=sample, inputs=[email, subject, physics_subject, subsubject, interest], outputs=sample_output)