lakshmivairamani commited on
Commit
e875fe5
·
verified ·
1 Parent(s): 1df1406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -223,6 +223,16 @@ iface = gr.Interface(
223
  outputs="text",
224
  title="Chat with your data",
225
  description="Ask a question about the database or a document and get a response in natural language, including current weather information."
 
 
 
 
 
 
 
 
 
 
226
  )
227
 
228
  # Launch the Gradio interface
 
223
  outputs="text",
224
  title="Chat with your data",
225
  description="Ask a question about the database or a document and get a response in natural language, including current weather information."
226
+ theme="colorful",
227
+ layout="vertical",
228
+ show_input=True,
229
+ show_output=True,
230
+ examples=[
231
+ ["What is the status of ASN24070100015?"],
232
+ ["Search for information in the document about customer orders."],
233
+ ["What is the expected receiving date for ASN24070100015?"],
234
+ ],
235
+ enable_queue=True,
236
  )
237
 
238
  # Launch the Gradio interface