static_chatbot / pyproject.toml
magicwenli's picture
Upload folder using huggingface_hub
12b9272 verified
Raw
History Blame Contribute Delete
202 Bytes
[project]
name = "static-chatbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio",
"google-generativeai",
]