5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
base=$(dirname $0)
|
|
streamlit run --browser.gatherUsageStats false $@ $base/stand/webapp.py
|
|
|