Spaces:
Running
Running
admin
commited on
Commit
·
8599419
1
Parent(s):
af5d3e1
sync ms
Browse files
app.py
CHANGED
@@ -21,12 +21,12 @@ def _L(zh_txt: str):
|
|
21 |
if __name__ == "__main__":
|
22 |
with gr.Blocks() as demo:
|
23 |
gr.Markdown(_L("# 在线工具合集2"))
|
24 |
-
with gr.Tab(_L("二维码生成")):
|
25 |
-
qrcode()
|
26 |
-
|
27 |
with gr.Tab(_L("SMTP 测试")):
|
28 |
smtp_tester()
|
29 |
|
|
|
|
|
|
|
30 |
with gr.Tab(_L("翻译器")):
|
31 |
translator()
|
32 |
|
|
|
21 |
if __name__ == "__main__":
|
22 |
with gr.Blocks() as demo:
|
23 |
gr.Markdown(_L("# 在线工具合集2"))
|
|
|
|
|
|
|
24 |
with gr.Tab(_L("SMTP 测试")):
|
25 |
smtp_tester()
|
26 |
|
27 |
+
with gr.Tab(_L("二维码生成")):
|
28 |
+
qrcode()
|
29 |
+
|
30 |
with gr.Tab(_L("翻译器")):
|
31 |
translator()
|
32 |
|