awacke1 commited on
Commit
c5ae802
β€’
1 Parent(s): 0cba47e

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", "VR", "medicine", "genomics", "cure", "heal", "brain", "support", "friendship", "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
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", "cure", "heal", "brain", "support", "friendship", "memory", "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