nickmuchi commited on
Commit
99992c7
·
1 Parent(s): 0ece682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-investor-chatchain)")
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("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-investor-chatchain)")
153