Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VelaTest
/
streamlit_frontend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
829bd84
streamlit_frontend
/
app
/
requests_app.py
Vela
added streamlit file
fe475ff
5 months ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
requests
def
get_api
(
end_point :
str
=
None
):
r = requests.get(
f"https://velatest-world-data-insights-api.hf.space/
{end_point}
"
)
return
r.json()