my
Browse files
ReadMe.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: mydemo1 # Replace with your app's title
|
| 3 |
+
emoji: 🚀 # Replace with an emoji for your app
|
| 4 |
+
colorFrom: blue # Primary color of the UI
|
| 5 |
+
colorTo: green # Secondary color of the UI
|
| 6 |
+
sdk: docker # Since you're using Docker
|
| 7 |
+
app_file: app.py # Main app file (this is still needed for display purposes, even if using Docker)
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|