Dave67350 commited on
Commit
68b40ef
·
verified ·
1 Parent(s): 686d0d0

Update tools/ai_act_generator.py

Browse files
Files changed (1) hide show
  1. tools/ai_act_generator.py +1 -1
tools/ai_act_generator.py CHANGED
@@ -199,7 +199,7 @@ What is the name of your organization?
199
  msg.submit(chat_logic, [msg, state], [chatbot, state, file_output])
200
  restart_button.click(restart_conversation, outputs=[chatbot, state, file_output])
201
 
202
- demo.launch()
203
 
204
  def get_questions():
205
  return QUESTIONS
 
199
  msg.submit(chat_logic, [msg, state], [chatbot, state, file_output])
200
  restart_button.click(restart_conversation, outputs=[chatbot, state, file_output])
201
 
202
+ demo.launch(show_api=False)
203
 
204
  def get_questions():
205
  return QUESTIONS