Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,6 +109,7 @@ def upload_file(filepath):
|
|
109 |
|
110 |
def resetChat():
|
111 |
chat_engine.reset()
|
|
|
112 |
return True
|
113 |
|
114 |
def rag(input_text, history, jezik, file):
|
|
|
109 |
|
110 |
def resetChat():
|
111 |
chat_engine.reset()
|
112 |
+
print("Restarted!!!")
|
113 |
return True
|
114 |
|
115 |
def rag(input_text, history, jezik, file):
|