shoom013 commited on
Commit
b56f431
·
verified ·
1 Parent(s): 48ffc53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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