Svngoku commited on
Commit
ac3718d
·
verified ·
1 Parent(s): b21f32e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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
  )