Annorita commited on
Commit
96a0e76
1 Parent(s): 6893866
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -4,3 +4,9 @@ st.title('Tokenizers demo!!')
4
 
5
  x = st.slider('Select a value')
6
  st.write(x, 'squared is', x * x)
 
 
 
 
 
 
 
4
 
5
  x = st.slider('Select a value')
6
  st.write(x, 'squared is', x * x)
7
+
8
+
9
+ option = st.selectbox(
10
+ 'Choose a tokenizer',
11
+ ['狗', '貓', '鸚鵡', '天竺鼠'])
12
+ '你的答案:', option