Update app.py
Browse files
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"
|