Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with block:
|
|
147 |
submit.click(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
|
148 |
message.submit(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
|
149 |
|
150 |
-
agent_state = chain
|
151 |
|
152 |
gr.Markdown("")
|
153 |
|
|
|
147 |
submit.click(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
|
148 |
message.submit(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
|
149 |
|
150 |
+
# agent_state = chain
|
151 |
|
152 |
gr.Markdown("")
|
153 |
|