shukdevdatta123 commited on
Commit
743abe9
·
verified ·
1 Parent(s): 9727254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks() as demo:
169
  with gr.Row():
170
  with gr.Column():
171
  pdf_files = gr.File(label="Upload PDF Research Papers", file_count="multiple", type="binary")
172
- review_question = gr.Textbox(label="Review Question or Topic", placeholder="What are the current advances in GAN applications for speech processing?")
173
  include_tables = gr.Checkbox(label="Include Comparison Tables", value=True)
174
  generate_button = gr.Button("Generate Systematic Review", elem_id="generate_button")
175
 
 
169
  with gr.Row():
170
  with gr.Column():
171
  pdf_files = gr.File(label="Upload PDF Research Papers", file_count="multiple", type="binary")
172
+ review_question = gr.Textbox(label="Review Question or Topic", value="What are the current advances in GAN applications for speech processing?")
173
  include_tables = gr.Checkbox(label="Include Comparison Tables", value=True)
174
  generate_button = gr.Button("Generate Systematic Review", elem_id="generate_button")
175