--- title: "PEEB Demo" # The title of your Space emoji: "🤖" # Choose an emoji that represents your Space colorFrom: "blue" # The starting color of the gradient in your Space thumbnail colorTo: "indigo" # The ending color of the gradient in your Space thumbnail sdk: "gradio" # The SDK you're using (gradio/streamlit/docker/static) sdk_version: "4.28.2" # The version of the SDK app_file: "app.py" # The file that contains your app. Make sure the path is correct. python_version: "3.11.9" # Specify the python version, default is 3.10 pinned: false # Whether your Space stays pinned on your profile lisence: mit ---