Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ with gr.Blocks(theme=gr.themes.Default()) as app:
|
|
224 |
|
225 |
with gr.Row():
|
226 |
with gr.Column():
|
227 |
-
paper_text_input = gr.Textbox(value=
|
228 |
extract_button = gr.Button("π Extract Research Elements")
|
229 |
with gr.Row():
|
230 |
tasks_output = gr.Textbox(placeholder="Research task definition", label="Research Tasks", lines=2, interactive=True)
|
|
|
224 |
|
225 |
with gr.Row():
|
226 |
with gr.Column():
|
227 |
+
paper_text_input = gr.Textbox(value="", lines=10, label="π Research Paper Text")
|
228 |
extract_button = gr.Button("π Extract Research Elements")
|
229 |
with gr.Row():
|
230 |
tasks_output = gr.Textbox(placeholder="Research task definition", label="Research Tasks", lines=2, interactive=True)
|