bugfix: properties
Browse files
app.py
CHANGED
@@ -54,9 +54,9 @@ session_id_input = gr.Textbox(
|
|
54 |
)
|
55 |
|
56 |
examples = [
|
57 |
-
["
|
58 |
-
["
|
59 |
-
["
|
60 |
]
|
61 |
|
62 |
demo = gr.ChatInterface(fn=slow_api_response,
|
|
|
54 |
)
|
55 |
|
56 |
examples = [
|
57 |
+
["Hola", "6072ef21835a01fee0f14ace35e5d814", "property_1"],
|
58 |
+
["Hola", "db674f4a5bb6b696698f2ab5825d68dd", "property_2"],
|
59 |
+
["Hola", "7ba0195e733b613efb3379af7cbd3613", "property_3"]
|
60 |
]
|
61 |
|
62 |
demo = gr.ChatInterface(fn=slow_api_response,
|