Initial commit — clean history (removed large test files, browser profiles, Medidata/Clario downloads)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import subprocess
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
app = Path(__file__).parent / "webreport.py"
|
||||
subprocess.run([sys.executable, "-m", "streamlit", "run", str(app)])
|
||||
Reference in New Issue
Block a user