Spaces:
Build error
Build error
Update app.py
Browse files
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", "
|
| 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
|