Lim0011 commited on
Commit
512321c
Β·
verified Β·
1 Parent(s): 9e57064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=load_example(1), 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)
 
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)