Spaces:
Sleeping
Sleeping
File size: 294 Bytes
f9b2f98 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [project]
name = "data-visual"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"google-genai>=1.41.0",
"google-generativeai>=0.8.5",
"matplotlib>=3.10.6",
"seaborn>=0.13.2",
"streamlit>=1.50.0",
]
|