Kexin2000 commited on
Commit
0cda9f1
·
verified ·
1 Parent(s): f93a84b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -380,7 +380,7 @@ interface_1 = gr.Interface(
380
  interface_2 = gr.Interface(
381
  question_answer,
382
  [
383
- gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot"),
384
  gr.Textbox(label='Enter PDF URL here (Example: https://arxiv.org/pdf/1706.03762.pdf )'),
385
  gr.File(label='Upload your PDF/ Research Paper / Book here', file_types=['.pdf']),
386
  gr.Textbox(label='Enter your question here'),
 
380
  interface_2 = gr.Interface(
381
  question_answer,
382
  [
383
+ gr.Chatbot(placeholder_text="Chat History", label="Chat History", lines=50, elem_id="chatbot"),
384
  gr.Textbox(label='Enter PDF URL here (Example: https://arxiv.org/pdf/1706.03762.pdf )'),
385
  gr.File(label='Upload your PDF/ Research Paper / Book here', file_types=['.pdf']),
386
  gr.Textbox(label='Enter your question here'),