1
0
This commit is contained in:
2026-05-14 19:56:24 +02:00
commit 158000d047
16 changed files with 1064 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "onlinehasher-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"streamlit>=1.57.0",
]