Update app.py
Browse files
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 |
)
|