Rename README_Doc.md to README.md
Browse files- README_Doc.md → README.md +14 -0
README_Doc.md → README.md
RENAMED
@@ -68,3 +68,17 @@ translation/
|
|
68 |
## Note
|
69 |
|
70 |
Make sure to keep your API keys confidential and never commit them to version control. Always use the `.env` file for storing sensitive information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
## Note
|
69 |
|
70 |
Make sure to keep your API keys confidential and never commit them to version control. Always use the `.env` file for storing sensitive information.
|
71 |
+
|
72 |
+
|
73 |
+
---
|
74 |
+
title: {{title}}
|
75 |
+
emoji: {{emoji}}
|
76 |
+
colorFrom: {{colorFrom}}
|
77 |
+
colorTo: {{colorTo}}
|
78 |
+
sdk: {{sdk}}
|
79 |
+
sdk_version: "{{sdkVersion}}"
|
80 |
+
app_file: app.py
|
81 |
+
pinned: false
|
82 |
+
---
|
83 |
+
|
84 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|