File size: 487 Bytes
7aa852a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{

    // 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

        }

    ]

}