lakshmivairamani commited on
Commit
1730d66
·
verified ·
1 Parent(s): fffe3d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,8 +180,8 @@ iface = gr.Interface(
180
  fn=answer_question,
181
  inputs="text",
182
  outputs="text",
183
- title="Chat with Database and Weather",
184
- description="Ask a question about the database and get a response in natural language, including current weather information."
185
  )
186
 
187
  # Launch the Gradio interface
 
180
  fn=answer_question,
181
  inputs="text",
182
  outputs="text",
183
+ title="Chat with your data",
184
+ description="Ask a question about the database or a document and get a response in natural language, including current weather information."
185
  )
186
 
187
  # Launch the Gradio interface