Spaces:
Running
Running
admin commited on
Commit ·
cc60bc6
1
Parent(s): c7a5155
test css
Browse files
app.py
CHANGED
|
@@ -67,5 +67,5 @@ if __name__ == "__main__":
|
|
| 67 |
["This is the best translation service.", "auto2zh"],
|
| 68 |
],
|
| 69 |
cache_examples=False,
|
| 70 |
-
title=_L("翻译器")
|
| 71 |
-
).launch(
|
|
|
|
| 67 |
["This is the best translation service.", "auto2zh"],
|
| 68 |
],
|
| 69 |
cache_examples=False,
|
| 70 |
+
title=_L("翻译器"),
|
| 71 |
+
).launch(css="#gradio-share-link-button-0 { diaplay: none; }")
|