Spaces:
Running
Running
admin
commited on
Commit
·
2b00536
1
Parent(s):
96c94a7
"SMTP 测试": "SMTP Test",
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ ZH2EN = {
|
|
15 |
"SMTP 服务器": "SMTP host",
|
16 |
"端口": "Port",
|
17 |
"发送状态": "Status",
|
|
|
18 |
}
|
19 |
|
20 |
|
@@ -64,4 +65,5 @@ if __name__ == "__main__":
|
|
64 |
],
|
65 |
outputs=gr.TextArea(label=_L("发送状态"), show_copy_button=True),
|
66 |
flagging_mode="never",
|
|
|
67 |
).launch()
|
|
|
15 |
"SMTP 服务器": "SMTP host",
|
16 |
"端口": "Port",
|
17 |
"发送状态": "Status",
|
18 |
+
"SMTP 测试": "SMTP Test",
|
19 |
}
|
20 |
|
21 |
|
|
|
65 |
],
|
66 |
outputs=gr.TextArea(label=_L("发送状态"), show_copy_button=True),
|
67 |
flagging_mode="never",
|
68 |
+
title=_L("SMTP 测试")
|
69 |
).launch()
|