herMaster commited on
Commit
c0e4cdb
β€’
1 Parent(s): eaf2fb0

removing examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ screen = gr.Interface(
157
  title="Q&N with PDF πŸ‘©πŸ»β€πŸ’»πŸ““βœπŸ»πŸ’‘",
158
  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πŸ’‘",
159
  theme="soft",
160
- examples=["Hello", "what is the speed of human nerve impulses?"],
161
  )
162
 
163
  screen.launch()
 
157
  title="Q&N with PDF πŸ‘©πŸ»β€πŸ’»πŸ““βœπŸ»πŸ’‘",
158
  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πŸ’‘",
159
  theme="soft",
160
+ # examples=["Hello", "what is the speed of human nerve impulses?"],
161
  )
162
 
163
  screen.launch()