vishnun commited on
Commit
66949a8
·
1 Parent(s): d98a25d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ examples =["They're house is on fire",
17
  "We do the boy actually stole the books",
18
  "I am doing fine. How is you?"]
19
 
20
- select_box = form.select_box(label="Choose an example",
21
  options=examples)
22
  st.write("(or)")
23
  input_text = form.text_input(label='Enter your own sentence')
 
17
  "We do the boy actually stole the books",
18
  "I am doing fine. How is you?"]
19
 
20
+ select_box = form.selectbox(label="Choose an example",
21
  options=examples)
22
  st.write("(or)")
23
  input_text = form.text_input(label='Enter your own sentence')