Spaces:
Sleeping
Sleeping
Update tools/corrective_action_log.py
Browse files
tools/corrective_action_log.py
CHANGED
|
@@ -95,4 +95,4 @@ def run_tool():
|
|
| 95 |
msg.submit(chat_logic, [msg, state_var], [chatbot, state_var, file_output])
|
| 96 |
reset_btn.click(reset, outputs=[chatbot, state_var, file_output])
|
| 97 |
|
| 98 |
-
demo.launch(show_api=False
|
|
|
|
| 95 |
msg.submit(chat_logic, [msg, state_var], [chatbot, state_var, file_output])
|
| 96 |
reset_btn.click(reset, outputs=[chatbot, state_var, file_output])
|
| 97 |
|
| 98 |
+
demo.launch(show_api=False)
|