Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|