Spaces:
Running
Running
Update apps/intro.py
Browse files- 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 |
-
|
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"):
|