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