Spaces:
Sleeping
Sleeping
Timo
commited on
Commit
·
9790e4e
1
Parent(s):
fa1e508
weird fixes
Browse files- config.toml +2 -0
- src/streamlit_app.py +0 -1
config.toml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[browser]
|
| 2 |
+
gatherUsageStats = false
|
src/streamlit_app.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
"""
|
| 2 |
-
MTG Draft Assistant Streamlit App
|
| 3 |
---------------------------------
|
| 4 |
Booster‑draft helper for Magic: The Gathering, built with Streamlit and ready
|
| 5 |
for Hugging Face Spaces deployment.
|
|
|
|
| 1 |
"""
|
|
|
|
| 2 |
---------------------------------
|
| 3 |
Booster‑draft helper for Magic: The Gathering, built with Streamlit and ready
|
| 4 |
for Hugging Face Spaces deployment.
|