peter2000 commited on
Commit
ea7ff56
1 Parent(s): afa2c48

Update apps/intro.py

Browse files
Files changed (1) hide show
  1. apps/intro.py +1 -1
apps/intro.py CHANGED
@@ -44,7 +44,7 @@ def app():
44
  with col1:
45
  word_to_embed= st.text_input("Please enter your text here and we will embed it for you.", value="",)
46
  with col2:
47
- cat= st.selectbox('Categorie', ('1', '2', '3', '4', '5'))
48
 
49
 
50
  if st.button("Embed"):
 
44
  with col1:
45
  word_to_embed= st.text_input("Please enter your text here and we will embed it for you.", value="",)
46
  with col2:
47
+ cat= st.selectbox('Category', ('1', '2', '3', '4', '5'))
48
 
49
 
50
  if st.button("Embed"):