Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ def resetChat():
|
|
106 |
def rag(input_text, history, jezik, file):
|
107 |
# if (btn):
|
108 |
# resetChat()
|
|
|
109 |
if (file):
|
110 |
# documents = []
|
111 |
# for f in file:
|
|
|
106 |
def rag(input_text, history, jezik, file):
|
107 |
# if (btn):
|
108 |
# resetChat()
|
109 |
+
print(history, input_text)
|
110 |
if (file):
|
111 |
# documents = []
|
112 |
# for f in file:
|