Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whitphx
/
streamlit-webrtc-ice-config-experiment
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8896b1c
streamlit-webrtc-ice-config-experiment
/
main.py
whitphx
HF Staff
Init uv
d79183c
2 months ago
raw
Copy download link
history
blame
116 Bytes
def
main
():
print
(
"Hello from streamlit-webrtc-ice-config-experiment!"
)
if
__name__ ==
"__main__"
:
main()