add name for PWA
Browse files
app.py
CHANGED
|
@@ -264,6 +264,7 @@ def doSlang(inputText, translatedText, outLangLong, inLangLong): #use gemini 2.0
|
|
| 264 |
|
| 265 |
#define the gradio client:
|
| 266 |
with gr.Blocks() as demo:
|
|
|
|
| 267 |
gr.Markdown(
|
| 268 |
r"""
|
| 269 |
# Gemini Translator
|
|
|
|
| 264 |
|
| 265 |
#define the gradio client:
|
| 266 |
with gr.Blocks() as demo:
|
| 267 |
+
demo.title = "Gemini Translator"
|
| 268 |
gr.Markdown(
|
| 269 |
r"""
|
| 270 |
# Gemini Translator
|