awacke1 commited on
Commit
f5dea7b
β€’
1 Parent(s): f75626d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def update_params():
36
 
37
  # RADIO BUTTON SET PERSIST
38
  # radio button persistance - plan is to hydrate when selected and change url along with textbox and search
39
- options = ["artificial intelligence", "robot", "software", "AI", "VR", "medicine", "alien", "psychology", "fantasy", "cyber", "genomics", "animation", "sci-fi"] # these options come from my research interests blended with keywords across film genres
40
 
41
  query_params = st.experimental_get_query_params()
42
  ix = 0
 
36
 
37
  # RADIO BUTTON SET PERSIST
38
  # radio button persistance - plan is to hydrate when selected and change url along with textbox and search
39
+ options = ["artificial intelligence", "robot", "VR", "medicine", "genomics", "space", "sci-fi"] # these options come from my research interests blended with keywords across film genres
40
 
41
  query_params = st.experimental_get_query_params()
42
  ix = 0