srijaydeshpande commited on
Commit
4958379
·
verified ·
1 Parent(s): b2e64fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ iface = gr.Interface(
213
  inputs=['file'],
214
  # css = css,
215
  outputs=output_text,
216
- title='COBIx Endoscopy Report De-Identification',
217
  description="This application assists to remove personal information from the uploaded clinical report",
218
  theme=gr.themes.Soft(),
219
  )
 
213
  inputs=['file'],
214
  # css = css,
215
  outputs=output_text,
216
+ title='DeID: Endoscopy Report De-Identification',
217
  description="This application assists to remove personal information from the uploaded clinical report",
218
  theme=gr.themes.Soft(),
219
  )