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