Richard Fan commited on
Commit
3af1924
·
1 Parent(s): 2e552d3
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,13 +168,13 @@ with gr.Blocks() as demo:
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):
173
  with gr.Box():
174
  title = gr.Markdown(
175
  """
176
  # Email Setup, Optional
177
- Send an email to the below address using the configuration on the right. Requires a sendgrid token. These values are not needed to use the right side of this page.
178
 
179
  To create a scheduled job for this, see our [Github Repository](https://github.com/AutoLLM/ArxivDigest)
180
  """,
 
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. Selecting more relevant subtopics will help return more relevant results.")
172
  with gr.Column(scale=0.40):
173
  with gr.Box():
174
  title = gr.Markdown(
175
  """
176
  # Email Setup, Optional
177
+ Send an email to the below address using the configuration on the left. Requires a sendgrid token. These values are not needed to use the left side of the page. Additionally, this email will use the entire list of papers, rather than a small subset.
178
 
179
  To create a scheduled job for this, see our [Github Repository](https://github.com/AutoLLM/ArxivDigest)
180
  """,