Spaces:
Runtime error
Runtime error
Commit
·
aefc033
1
Parent(s):
bdae878
Debugging component not working streamlit-tags
Browse files
server.py
CHANGED
@@ -47,7 +47,7 @@ custom_keywords = st_tags(
|
|
47 |
label="",
|
48 |
text='Press enter to add more',
|
49 |
value=['salt'],
|
50 |
-
suggestions=
|
51 |
maxtags = 15,
|
52 |
key='1')
|
53 |
all_ingredients = []
|
|
|
47 |
label="",
|
48 |
text='Press enter to add more',
|
49 |
value=['salt'],
|
50 |
+
suggestions=["z"],
|
51 |
maxtags = 15,
|
52 |
key='1')
|
53 |
all_ingredients = []
|