nickmuchi commited on
Commit
89db9ff
·
1 Parent(s): 6781233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -148,6 +148,8 @@ with block:
148
  submit.click(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
149
  message.submit(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
150
 
 
 
151
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-investor-chatchain)")
152
 
153
  block.launch(debug=True)
 
148
  submit.click(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
149
  message.submit(chat, inputs=[message, state, agent_state], outputs=[chatbot, state])
150
 
151
+ agent_state = chain
152
+
153
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-investor-chatchain)")
154
 
155
  block.launch(debug=True)