test2023h5 commited on
Commit
f1d43f8
·
verified ·
1 Parent(s): b5e36f9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -28,3 +28,10 @@ ss.write("For installation and usage information, please visit")
28
  ss.md('''
29
  [Online Help](http://www.simplestart.cc)
30
  ''')
 
 
 
 
 
 
 
 
28
  ss.md('''
29
  [Online Help](http://www.simplestart.cc)
30
  ''')
31
+
32
+
33
+ def locale():
34
+ ss.send_message("change_locale", {"locale":"zh"});
35
+
36
+
37
+ ss.button("Chinese 中文版", onclick = locale)