Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -222,16 +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, including current weather information."
|
226 |
-
|
227 |
-
show_input=True,
|
228 |
-
show_output=True,
|
229 |
-
examples=[
|
230 |
-
["What is the status of ASN24070100015?"],
|
231 |
-
["Search for information in the document about customer orders."],
|
232 |
-
["What is the expected receiving date for ASN24070100015?"],
|
233 |
-
],
|
234 |
-
enable_queue=True,
|
235 |
)
|
236 |
|
237 |
# 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 a document and get a response in natural language, including current weather information."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
)
|
227 |
|
228 |
# Launch the Gradio interface
|