Model-Trainer / pyproject.toml
sachit3071's picture
inital commit
c4478d6
raw
history blame contribute delete
185 Bytes
[project]
name = "model-trainer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"streamlit>=1.50.0",
]