shukdevdatta123 commited on
Commit
eca561e
·
verified ·
1 Parent(s): 397b8e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks(css=custom_css) as demo:
196
  with gr.Row():
197
  with gr.Column():
198
  pdf_files = gr.File(label="Upload PDF Research Papers", file_count="multiple", type="binary")
199
- review_question = gr.Textbox(label="Review Question or Topic", value="What are the current advances in GAN applications for speech processing?")
200
  include_tables = gr.Checkbox(label="Include Comparison Tables", value=True)
201
  generate_button = gr.Button("Generate Systematic Review", elem_id="generate_button")
202
 
 
196
  with gr.Row():
197
  with gr.Column():
198
  pdf_files = gr.File(label="Upload PDF Research Papers", file_count="multiple", type="binary")
199
+ review_question = gr.Textbox(label="Review Question or Topic", value="Please Generate a systematic review of the following papers.")
200
  include_tables = gr.Checkbox(label="Include Comparison Tables", value=True)
201
  generate_button = gr.Button("Generate Systematic Review", elem_id="generate_button")
202