peter2000 commited on
Commit
a1149da
1 Parent(s): 15e720d

Update apps/intro.py

Browse files
Files changed (1) hide show
  1. apps/intro.py +1 -1
apps/intro.py CHANGED
@@ -16,7 +16,7 @@ def app():
16
  with col1:
17
  word_to_embed= st.text_input("Please enter your text here and we will embed it for you.", value="Woman",)
18
  with col2:
19
- cat= st.selectbox('Categorie', ('1', '2', '3', '4', '5'))
20
 
21
 
22
  if st.button("Embed"):
 
16
  with col1:
17
  word_to_embed= st.text_input("Please enter your text here and we will embed it for you.", value="Woman",)
18
  with col2:
19
+ cat= st.selectbox('Categorie', ('1', '2', '3', '4', '5'))
20
 
21
 
22
  if st.button("Embed"):