helliun commited on
Commit
1e27001
1 Parent(s): 687efa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,6 +61,6 @@ with block:
61
  message = gr.Textbox(placeholder="What is Beism?")
62
  state = gr.State([])
63
  submit = gr.Button("SEND")
64
- submit.click(conv, inputs=[message, state], outputs=[chatbot, state])
65
 
66
  block.launch(inline = True)
61
  message = gr.Textbox(placeholder="What is Beism?")
62
  state = gr.State([])
63
  submit = gr.Button("SEND")
64
+ submit.click(conv, inputs=[message, state], outputs=[chatbot, state],api_name="beism_convo")
65
 
66
  block.launch(inline = True)