Spaces:
Sleeping
Sleeping
Update tools/ai_technical_doc.py
Browse files
tools/ai_technical_doc.py
CHANGED
|
@@ -111,4 +111,4 @@ def run_tool():
|
|
| 111 |
msg.submit(chat_logic, [msg, state_var], [chatbot, state_var, file_output])
|
| 112 |
reset_btn.click(reset, outputs=[chatbot, state_var, file_output])
|
| 113 |
|
| 114 |
-
demo.launch(show_api=False
|
|
|
|
| 111 |
msg.submit(chat_logic, [msg, state_var], [chatbot, state_var, file_output])
|
| 112 |
reset_btn.click(reset, outputs=[chatbot, state_var, file_output])
|
| 113 |
|
| 114 |
+
demo.launch(show_api=False)
|