Streamlit-shorcuts library not working in cloud

I wrote a small app that uses streamlit-shorcuts and it works perfectly in local, but when it’s deployed in the cloud there are no error messages but the keys are not recognized.
Could it be some security measure that prevents this library from working?
My requirements.txt file includes:

streamlit-shortcuts==0.1.4

App: https://directions.streamlit.app/
Public repo: GitHub - AndresParraSilva/directions: A game to practice izquierda/derecha, left/right, before/after, above/below.

Streamlit 1.36.0 locally and in the cloud.
Python 3.8.10 locally (not sure how to check the version in the cloud).

Any idea is welcome. Thanks!
Andrés.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.