Spaces:
Runtime error
Runtime error
lakshmivairamani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -180,8 +180,8 @@ iface = gr.Interface(
|
|
180 |
fn=answer_question,
|
181 |
inputs="text",
|
182 |
outputs="text",
|
183 |
-
title="Chat with
|
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
|