NCTCMumbai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -252,6 +252,7 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
|
|
252 |
|
253 |
# Call bot function
|
254 |
bot_output = list(bot(history, cross_encoder))
|
|
|
255 |
#history, prompt_html = bot_output[-1]
|
256 |
history, prompt_html = bot_output
|
257 |
print('History',history)
|
|
|
252 |
|
253 |
# Call bot function
|
254 |
bot_output = list(bot(history, cross_encoder))
|
255 |
+
print('bot_output',bot_output)
|
256 |
#history, prompt_html = bot_output[-1]
|
257 |
history, prompt_html = bot_output
|
258 |
print('History',history)
|