EMsurya commited on
Commit
4403cfe
·
verified ·
1 Parent(s): 510cbda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(theme = "gradio/ocean") as mistral_chat:
74
 
75
  send.click(
76
  fn = lechat_respond,
77
- inputs = [txt, max_tokens, temperature, top_p, top_k],
78
  outputs = chatbot,
79
  queue = True
80
  )
 
74
 
75
  send.click(
76
  fn = lechat_respond,
77
+ inputs = [txt, chatbot, max_tokens, temperature, top_p, top_k],
78
  outputs = chatbot,
79
  queue = True
80
  )