herMaster commited on
Commit
3f4c4d2
β€’
1 Parent(s): c981106

minor spelling mistakes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,8 +150,8 @@ screen = gr.Interface(
150
  fn = chat,
151
  inputs = gr.Textbox(lines = 10, placeholder = "Enter your question here πŸ‘‰"),
152
  outputs = gr.Textbox(lines = 10, placeholder = "Your answer will be here soon πŸš€"),
153
- title="Q&N with PDF πŸ‘©πŸ»β€πŸ’»πŸ““βœπŸ»πŸ’‘",
154
- 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πŸ’‘",
155
  theme="soft",
156
  # examples=["Hello", "what is the speed of human nerve impulses?"],
157
  )
 
150
  fn = chat,
151
  inputs = gr.Textbox(lines = 10, placeholder = "Enter your question here πŸ‘‰"),
152
  outputs = gr.Textbox(lines = 10, placeholder = "Your answer will be here soon πŸš€"),
153
+ title="Q&A with PDF πŸ‘©πŸ»β€πŸ’»πŸ““βœπŸ»πŸ’‘",
154
+ 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πŸ’‘",
155
  theme="soft",
156
  # examples=["Hello", "what is the speed of human nerve impulses?"],
157
  )