kkAsmaa commited on
Commit
3e50891
·
verified ·
1 Parent(s): 1a9379a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ interface = gr.Interface(
89
  fn=predict_safety_api,
90
  inputs=gr.Textbox(lines=3, placeholder="Enter text to analyze..."),
91
  outputs=gr.JSON(label="Guard Response Object"),
92
- title="ChildShield Production API Gate 🛡️"
93
  )
94
 
95
  if __name__ == "__main__":
 
89
  fn=predict_safety_api,
90
  inputs=gr.Textbox(lines=3, placeholder="Enter text to analyze..."),
91
  outputs=gr.JSON(label="Guard Response Object"),
92
+ title="ChildShield Production API Gate (Arabic Version)🛡️"
93
  )
94
 
95
  if __name__ == "__main__":