Spaces:
Sleeping
Sleeping
{ | |
"version": "0.1.0", | |
"configurations": [ | |
{ | |
"name": "debug streamlit", | |
"type": "python", | |
"request": "launch", | |
"program": "/opt/miniconda3/envs/streamlit/bin/streamlit", | |
"args": [ | |
"run", | |
// "app.py" | |
"d_app.py" | |
] | |
} | |
] | |
} |