What streamlit version do apps run on? I am trying to include some components from 0.65.0 which works perfectly locally.
Hey @Pranav_Pandit,
If my memories are correct, you can specify the Streamlit version you want to use inside the requirements.txt file, like streamlit>=0.65 (see this example)
Fanilo
              
              
              2 Likes
            
            
          Thanks… completely forgot about requirements.txt…