Annorita commited on
Commit
1459d42
1 Parent(s): 96a0e76
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -9,4 +9,9 @@ st.write(x, 'squared is', x * x)
9
  option = st.selectbox(
10
  'Choose a tokenizer',
11
  ['狗', '貓', '鸚鵡', '天竺鼠'])
12
- '你的答案:', option
 
 
 
 
 
 
9
  option = st.selectbox(
10
  'Choose a tokenizer',
11
  ['狗', '貓', '鸚鵡', '天竺鼠'])
12
+ '你的答案:', option
13
+
14
+
15
+ model_name = st.text_input('Model Name', 'deepseek-ai/deepseek-coder-1.3b-instruct')
16
+
17
+ 'Your choice:', model_name