runtime error
2024-05-12 13:48:00.580 WARNING streamlit.runtime.state.session_state_proxy: Session state does not function when running a script without `streamlit run` 2024-05-12 13:48:00.636 [33m[1mWarning:[0m to view this Streamlit app on a browser, run it with the following command: streamlit run app.py [ARGUMENTS] Traceback (most recent call last): File "/home/user/app/app.py", line 37, in <module> matched_therapist_df = match_therapist(new_user_interests, new_user_therapy_goals) File "/home/user/app/app.py", line 26, in match_therapist matched_therapist = therapists_by_interests[matching_goals].iloc[0] # Select first matched therapist (can be enhanced) File "/usr/local/lib/python3.10/site-packages/pandas/core/indexing.py", line 1191, in __getitem__ return self._getitem_axis(maybe_callable, axis=axis) File "/usr/local/lib/python3.10/site-packages/pandas/core/indexing.py", line 1752, in _getitem_axis self._validate_integer(key, axis) File "/usr/local/lib/python3.10/site-packages/pandas/core/indexing.py", line 1685, in _validate_integer raise IndexError("single positional indexer is out-of-bounds") IndexError: single positional indexer is out-of-bounds
Container logs:
Fetching error logs...