Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ def rag(input_text, history, jezik, file):
|
|
155 |
# return query_engine.query(input_text)
|
156 |
return history.append(
|
157 |
ChatMessage(role="assistant",
|
158 |
-
content=chat_engine.chat(input_text)
|
159 |
)
|
160 |
)
|
161 |
# Interface
|
|
|
155 |
# return query_engine.query(input_text)
|
156 |
return history.append(
|
157 |
ChatMessage(role="assistant",
|
158 |
+
content=chat_engine.chat(input_text)
|
159 |
)
|
160 |
)
|
161 |
# Interface
|