Spaces:
Sleeping
Sleeping
Update tools/ai_act_generator.py
Browse files
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
|