Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: My Hugging Face Space # Change to your app's name
|
3 |
+
emoji: π # Choose any emoji (e.g., π¨, π€, π₯)
|
4 |
+
colorFrom: blue # Choose a starting color (blue, red, green, etc.)
|
5 |
+
colorTo: purple # Choose an ending color
|
6 |
+
sdk: streamlit # Use "gradio" if you're using Gradio instead of Streamlit
|
7 |
+
sdk_version: "1.30.0" # Replace with the latest Streamlit/Gradio version
|
8 |
+
app_file: app.py # Ensure this file exists in your repo
|
9 |
+
pinned: false
|
10 |
+
---
|