Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- README.md +2 -2
- pyproject.toml +3 -3
- renovate.json +1 -1
- uv.lock +0 -0
README.md
CHANGED
@@ -3,10 +3,10 @@ title: Chatacher
|
|
3 |
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
6 |
-
sdk:
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
-
sdk_version: 4.43.0
|
10 |
---
|
11 |
|
12 |
# Streamlit Part of Chatacter
|
|
|
3 |
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
+
# sdk_version: 4.43.0
|
10 |
---
|
11 |
|
12 |
# Streamlit Part of Chatacter
|
pyproject.toml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
[project]
|
2 |
-
name = "
|
3 |
version = "0.1.0"
|
4 |
-
description = "
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12"
|
7 |
dependencies = [
|
8 |
-
"
|
9 |
]
|
|
|
1 |
[project]
|
2 |
+
name = "chatacter_streamlit"
|
3 |
version = "0.1.0"
|
4 |
+
description = "Streamlit app for character"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12"
|
7 |
dependencies = [
|
8 |
+
"streamlit>=1.38.0",
|
9 |
]
|
renovate.json
CHANGED
@@ -6,4 +6,4 @@
|
|
6 |
"lockFileMaintenance": {
|
7 |
"enabled": true
|
8 |
}
|
9 |
-
}
|
|
|
6 |
"lockFileMaintenance": {
|
7 |
"enabled": true
|
8 |
}
|
9 |
+
}
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|