Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -58,6 +58,8 @@ demo = gr.ChatInterface(
|
|
58 |
additional_inputs=[
|
59 |
gr.Textbox(lines=5, placeholder="Enter documents (heading: body) separated by new lines...")
|
60 |
],
|
|
|
|
|
61 |
title="Simple Chat with RAG",
|
62 |
description="Ask a question and provide relevant documents for context"
|
63 |
)
|
|
|
58 |
additional_inputs=[
|
59 |
gr.Textbox(lines=5, placeholder="Enter documents (heading: body) separated by new lines...")
|
60 |
],
|
61 |
+
examples=["Comment construire une voiture", "How the current modern societes have been made ?"],
|
62 |
+
theme="ocean",
|
63 |
title="Simple Chat with RAG",
|
64 |
description="Ask a question and provide relevant documents for context"
|
65 |
)
|