File size: 338 Bytes
4531ec5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "version": "0.1.0",
    "configurations": [
        {
            "name": "debug streamlit",
            "type": "python",
            "request": "launch",
            "program": "/opt/miniconda3/envs/streamlit/bin/streamlit",
            "args": [
                "run",
                "app.py"
            ]
        }
    ]
    }