Spaces:
Sleeping
Sleeping
Yingxu He
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def bot(history):
|
|
60 |
def infer(question):
|
61 |
|
62 |
result = chain.run(text=question).strip()
|
63 |
-
|
64 |
return result+ "123"
|
65 |
|
66 |
|
|
|
60 |
def infer(question):
|
61 |
|
62 |
result = chain.run(text=question).strip()
|
63 |
+
print(result)
|
64 |
return result+ "123"
|
65 |
|
66 |
|