ModuleNotFoundError: No module named 'streamlit_feedback'

Hello,

I am deploying my first app to streamlit.
I am making a chatbot which has a feedback component at the end, so I have the following requirements and imported packages:

Screenshot 2023-12-07 at 7.16.23 PM

However, I am getting this error and I am not sure what to do. Except for the feedback component, everything else was working fine. Doing this on Colab notebook worked - did I forget any packages to install or make a typo?

Hi @barky

In your requirements.txt file, can you try using trubrics[streamlit] instead of trubrics.

Hope this helps!

1 Like

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