Spaces:
Runtime error
Runtime error
Richard Fan
commited on
Commit
·
d44222f
1
Parent(s):
478b8c5
update app
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks() as demo:
|
|
168 |
|
169 |
interest = gr.Textbox(label="A natural language description of what you are interested in.", 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.")
|
172 |
with gr.Column(scale=0.40):
|
173 |
with gr.Box():
|
174 |
title = gr.Markdown(
|
|
|
168 |
|
169 |
interest = gr.Textbox(label="A natural language description of what you are interested in.", 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(
|