Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hail75
/
chatbot
like
0
Sleeping
App
Files
Files
Community
e3ada61
chatbot
/
.vscode
/
launch.json
hail75
add rag
7f07a51
6 months ago
raw
Copy download link
history
blame
Safe
358 Bytes
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Python:Streamlit"
,
"type"
:
"debugpy"
,
"request"
:
"launch"
,
"module"
:
"streamlit"
,
"args"
:
[
"run"
,
"${file}"
,
"--server.port"
,
"2000"
]
}
]
}