Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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')
|