Spaces:
Sleeping
Sleeping
| { | |
| // Streamlit | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "debug streamlit in VSCode", | |
| "type": "python", | |
| "request": "launch", | |
| "program": "c:\\Users\\awacke1\\AppData\\Local\\Programs\\Python\\Python310\\Scripts\\streamlit.exe", | |
| "args": ["run","app.py"], | |
| //"args": ["run","api.py"], | |
| "console": "externalTerminal", | |
| "justMyCode": true | |
| } | |
| ] | |
| } |