Militaryint commited on
Commit
39d8fb1
·
verified ·
1 Parent(s): 9962c14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -618,7 +618,6 @@ with gr.Blocks() as demo:
618
  threat_button.click(threat_runner, inputs=[std_state, a_state, b_state, c_state], outputs=threat_output)
619
 
620
 
621
- gr.Markdown("**Safety note:** This tool is restricted to administrative/doctrinal outputs. It will refuse to provide any operational, tactical, or targeting information. If such content is requested or appears in model output, it will be redacted and replaced with a non-actionable administrative alternative.")
622
-
623
  if __name__ == "__main__":
624
  demo.launch()
 
618
  threat_button.click(threat_runner, inputs=[std_state, a_state, b_state, c_state], outputs=threat_output)
619
 
620
 
621
+
 
622
  if __name__ == "__main__":
623
  demo.launch()