Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -222,7 +222,7 @@ iface = gr.Interface(
|
|
222 |
inputs="text",
|
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
|
226 |
)
|
227 |
|
228 |
# Launch the Gradio interface
|
|
|
222 |
inputs="text",
|
223 |
outputs="text",
|
224 |
title="Chat with your data",
|
225 |
+
description="Ask a question about the database or API or a document and get a response in natural language."
|
226 |
)
|
227 |
|
228 |
# Launch the Gradio interface
|