Update streamlit_app.py
Browse files- streamlit_app.py +0 -1
streamlit_app.py
CHANGED
|
@@ -4,7 +4,6 @@ import requests
|
|
| 4 |
token = os.environ.get("MAC_TOKEN", "")
|
| 5 |
repo = "BrewsterWhitecapsMAC/mac-private"
|
| 6 |
|
| 7 |
-
# Always fetch latest app code
|
| 8 |
url = f"https://huggingface.co/datasets/{repo}/resolve/main/mac_app.py"
|
| 9 |
resp = requests.get(url, headers={"Authorization": f"Bearer {token}"}, timeout=60)
|
| 10 |
with open("/tmp/mac_app.py", "wb") as f:
|
|
|
|
| 4 |
token = os.environ.get("MAC_TOKEN", "")
|
| 5 |
repo = "BrewsterWhitecapsMAC/mac-private"
|
| 6 |
|
|
|
|
| 7 |
url = f"https://huggingface.co/datasets/{repo}/resolve/main/mac_app.py"
|
| 8 |
resp = requests.get(url, headers={"Authorization": f"Bearer {token}"}, timeout=60)
|
| 9 |
with open("/tmp/mac_app.py", "wb") as f:
|