open-human-feedback-chat / pyproject.toml
burtenshaw
basic implementation of a chat app with message flagging
0689df8
raw
history blame contribute delete
194 Bytes
[project]
name = "ohp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"datasets>=3.1.0",
"gradio>=5.6.0",
]