Svngoku commited on
Commit
894fd6c
1 Parent(s): ffef6a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -58,7 +58,6 @@ demo = gr.ChatInterface(
58
  additional_inputs=[
59
  gr.Textbox(lines=5, placeholder="Enter documents (heading: body) separated by new lines...")
60
  ],
61
- examples=["Hello", "Am I cool?", "Are tomatoes vegetables?"],
62
  theme="ocean",
63
  title="Simple Chat with RAG",
64
  description="Ask a question and provide relevant documents for context"
 
58
  additional_inputs=[
59
  gr.Textbox(lines=5, placeholder="Enter documents (heading: body) separated by new lines...")
60
  ],
 
61
  theme="ocean",
62
  title="Simple Chat with RAG",
63
  description="Ask a question and provide relevant documents for context"