Spaces:
Runtime error
Runtime error
Richard Fan
commited on
Commit
·
d30fcf8
1
Parent(s):
3af1924
update
Browse files
app.py
CHANGED
|
@@ -174,7 +174,8 @@ with gr.Blocks() as demo:
|
|
| 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.
|
|
|
|
| 178 |
|
| 179 |
To create a scheduled job for this, see our [Github Repository](https://github.com/AutoLLM/ArxivDigest)
|
| 180 |
""",
|
|
|
|
| 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.
|
| 178 |
+
Additionally, this email will use the entire list of papers for a topic, rather than a small subset. Generating the email can take on the order of 10 minutes for large topics.
|
| 179 |
|
| 180 |
To create a scheduled job for this, see our [Github Repository](https://github.com/AutoLLM/ArxivDigest)
|
| 181 |
""",
|