Spaces:
Sleeping
Sleeping
Update tools/post_market_monitoring.py
Browse files
tools/post_market_monitoring.py
CHANGED
|
@@ -126,4 +126,4 @@ Generated by AI Act Assistant.
|
|
| 126 |
msg.submit(chat_logic, [msg, state_var], [chatbot, state_var, file_output])
|
| 127 |
reset_btn.click(reset, outputs=[chatbot, state_var, file_output])
|
| 128 |
|
| 129 |
-
demo.launch()
|
|
|
|
| 126 |
msg.submit(chat_logic, [msg, state_var], [chatbot, state_var, file_output])
|
| 127 |
reset_btn.click(reset, outputs=[chatbot, state_var, file_output])
|
| 128 |
|
| 129 |
+
demo.launch(show_api=False, show_footer=False)
|