dk-crazydiv commited on
Commit
aefc033
1 Parent(s): bdae878

Debugging component not working streamlit-tags

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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=cfg["next_100"],
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 = []