NeerAbhy commited on
Commit
47429a0
·
verified ·
1 Parent(s): 1c00301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,4 +256,4 @@ with demo:
256
  b2 = gr.Button("identification of language")
257
  b2.click(lang_ident,inputs = text0, outputs=text)
258
 
259
- demo.launch()
 
256
  b2 = gr.Button("identification of language")
257
  b2.click(lang_ident,inputs = text0, outputs=text)
258
 
259
+ demo.launch(title = "Text Analyzer")