--- title: My Streamlit App # Replace with your app's title emoji: 🚀 # Pick an emoji that represents your app colorFrom: red # Starting color of the gradient colorTo: yellow # Ending color of the gradient sdk: streamlit # The SDK your app is using, here it is 'streamlit' sdk_version: "1.24.0" # Specify the Streamlit version you're using app_file: app.py # The main Python file to run pinned: false # If true, pins the Space to the top of your profile --- # My Streamlit App This is a Streamlit app that does XYZ. Replace this with a description of what your app does and any other relevant details.