Richard Fan commited on
Commit
2e552d3
1 Parent(s): d9e14fb

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks() as demo:
166
  subject.change(fn=change_subsubject, inputs=[subject, physics_subject], outputs=subsubject)
167
  physics_subject.change(fn=change_subsubject, inputs=[subject, physics_subject], outputs=subsubject)
168
 
169
- interest = gr.Textbox(label="A natural language description of what you are interested in. We will generate relevancy scores and explanations for the papers in the selected topics according to this statement.", info="Press shift-enter or click the button below to update.", lines=7)
170
  sample_btn = gr.Button("Generate Digest")
171
  sample_output = gr.Textbox(label="Results for your configuration.", info="For runtime purposes, this is only done on a small subset of recent papers in the topic you have selected. Papers will not be filtered by relevancy, only sorted on a scale of 1-10.")
172
  with gr.Column(scale=0.40):
 
166
  subject.change(fn=change_subsubject, inputs=[subject, physics_subject], outputs=subsubject)
167
  physics_subject.change(fn=change_subsubject, inputs=[subject, physics_subject], outputs=subsubject)
168
 
169
+ interest = gr.Textbox(label="A natural language description of what you are interested in. We will generate relevancy scores (1-10) and explanations for the papers in the selected topics according to this statement.", info="Press shift-enter or click the button below to update.", lines=7)
170
  sample_btn = gr.Button("Generate Digest")
171
  sample_output = gr.Textbox(label="Results for your configuration.", info="For runtime purposes, this is only done on a small subset of recent papers in the topic you have selected. Papers will not be filtered by relevancy, only sorted on a scale of 1-10.")
172
  with gr.Column(scale=0.40):