Spaces:
Sleeping
Sleeping
File size: 286 Bytes
f719912 62e9aac f719912 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "annotation-dashboard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pandas>=2.3.3",
"plotly>=6.5.2",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"streamlit>=1.53.1",
]
|