Mattral commited on
Commit
5b2acf4
Β·
verified Β·
1 Parent(s): 2cca30c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ screen = gr.Interface(
222
  inputs = [PDF(label="Upload a PDF", interactive=True), gr.Textbox(lines = 10, placeholder = "Enter your question here πŸ‘‰")],
223
  outputs = gr.Textbox(lines = 10, placeholder = "Your answer will be here soon πŸš€"),
224
  title="Q&A with PDF πŸ‘©πŸ»β€πŸ’»πŸ““βœπŸ»πŸ’‘",
225
- description="This app facilitates a conversation with PDFs available on https://www.delo.si/assets/media/other/20110728/100%20Weird%20Facts%20About%20the%20Human%20Body.pdfπŸ’‘",
226
  theme="soft",
227
  # examples=["Hello", "what is the speed of human nerve impulses?"],
228
  )
 
222
  inputs = [PDF(label="Upload a PDF", interactive=True), gr.Textbox(lines = 10, placeholder = "Enter your question here πŸ‘‰")],
223
  outputs = gr.Textbox(lines = 10, placeholder = "Your answer will be here soon πŸš€"),
224
  title="Q&A with PDF πŸ‘©πŸ»β€πŸ’»πŸ““βœπŸ»πŸ’‘",
225
+ description="This app facilitates a conversation with PDFs uploadedπŸ’‘",
226
  theme="soft",
227
  # examples=["Hello", "what is the speed of human nerve impulses?"],
228
  )