Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sohojoe
/
project_charles
like
2
Sleeping
App
Files
Files
Community
bd435b3
project_charles
/
.vscode
/
launch.json
sohojoe
first commit
4531ec5
over 1 year ago
raw
Copy download link
history
blame
338 Bytes
{
"version"
:
"0.1.0"
,
"configurations"
:
[
{
"name"
:
"debug streamlit"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"program"
:
"/opt/miniconda3/envs/streamlit/bin/streamlit"
,
"args"
:
[
"run"
,
"app.py"
]
}
]
}