giannantonio15 commited on
Commit
ea0722b
1 Parent(s): fb69103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -395,8 +395,9 @@ def main():
395
  return "", history + [[user_message, None]]
396
 
397
  @spaces.GPU(duration=120)
398
- def bot(userMessage, history):
399
- print(userMessage)
 
400
  global chat_engine_bandi
401
  global chat_engine_bandi_sistema_puglia
402
  global memory_bandi
 
395
  return "", history + [[user_message, None]]
396
 
397
  @spaces.GPU(duration=120)
398
+ def bot(msg, history):
399
+ print(history)
400
+ print(msg)
401
  global chat_engine_bandi
402
  global chat_engine_bandi_sistema_puglia
403
  global memory_bandi