lekkalar commited on
Commit
fe7c7af
1 Parent(s): b17ecc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -23,7 +23,6 @@ demo = gr.Interface(
23
  outputs=[
24
  gr.Textbox(label="Output:")
25
  ],
26
- examples=['What is the greatest threat to the birds of paradise?'],
27
  title="Langchain Demo"
28
  )
29
 
 
23
  outputs=[
24
  gr.Textbox(label="Output:")
25
  ],
 
26
  title="Langchain Demo"
27
  )
28