Update app.py
Browse files
app.py
CHANGED
|
@@ -253,7 +253,7 @@ def reply_generate(prompt, history,post_check,full_conv, agent_name=agents[0], s
|
|
| 253 |
token=token,
|
| 254 |
)
|
| 255 |
except Exception as e:
|
| 256 |
-
print(e)
|
| 257 |
return "",history,lod[0],lod[0],lod[0],html_out
|
| 258 |
|
| 259 |
|
|
|
|
| 253 |
token=token,
|
| 254 |
)
|
| 255 |
except Exception as e:
|
| 256 |
+
print(e)
|
| 257 |
return "",history,lod[0],lod[0],lod[0],html_out
|
| 258 |
|
| 259 |
|