1
0
This commit is contained in:
2026-04-28 20:20:36 +02:00
commit 7497e7a294
8 changed files with 742 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "simplefilehub"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"streamlit>=1.56.0",
]