awacke1 commited on
Commit
f75626d
Β·
1 Parent(s): 1967295

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", "computer", "software", "intelligence", "brain", "VR", "medicine", "behavior", "psychology", "fantasy", "science", "comedy", "action", "adventure", "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", "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