Spaces:
Sleeping
Sleeping
add README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
1 |
---
|
2 |
+
title: "PEEB Demo" # The title of your Space
|
3 |
+
emoji: "🤖" # Choose an emoji that represents your Space
|
4 |
+
colorFrom: "blue" # The starting color of the gradient in your Space thumbnail
|
5 |
+
colorTo: "indigo" # The ending color of the gradient in your Space thumbnail
|
6 |
+
sdk: "gradio" # The SDK you're using (gradio/streamlit/docker/static)
|
7 |
+
sdk_version: "2.8.9" # The version of the SDK
|
8 |
+
app_file: "app.py" # The file that contains your app. Make sure the path is correct.
|
9 |
+
python_version: "3.11" # Specify the python version, default is 3.10
|
10 |
+
pinned: false # Whether your Space stays pinned on your profile
|
11 |
+
lisence: mit
|
12 |
---
|
13 |
+
|