Initial Demo
This commit is contained in:
17
.vscode/launch.json
vendored
Normal file
17
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Run Streamlit Demo",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/src/demo_streamlit.py",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"--server.port", "80",
|
||||
"--server.address", "0.0.0.0"
|
||||
],
|
||||
"python": "${workspaceFolder}/.venv/bin/python"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user