Spaces:
Sleeping
Sleeping
Hanzala Sohrab
commited on
Commit
Β·
a0f0f3b
1
Parent(s):
48938f2
docs: add frontmatter metadata and Python version to README
Browse files
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
|
|
| 1 |
title: Analyze the sentiment of the given text.
|
| 2 |
emoji: π€π§ π¬πβΉοΈ
|
| 3 |
colorFrom: green
|
| 4 |
colorTo: red
|
| 5 |
sdk: gradio
|
| 6 |
-
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
title: Analyze the sentiment of the given text.
|
| 3 |
emoji: π€π§ π¬πβΉοΈ
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
+
python_version: "3.12.3"
|
| 8 |
+
sdk_version: "5.35.0"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
+
---
|