disabled sending usage statistics to Streamlit

This commit is contained in:
2022-05-22 16:45:01 +02:00
parent 6b6e02e4c6
commit 312f148a81

2
run.sh
View File

@ -1,3 +1,3 @@
#!/bin/bash
streamlit run stand.py
streamlit run --browser.gatherUsageStats false stand.py