Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaothan
/
podman
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
podman
/
chatbot
/
recipes
/
computer_vision
/
tests
/
integration
/
test_app.py
jaothan
Upload 356 files
c33a7ce
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
110 Bytes
def
test_title
(
url,selenium
):
selenium.get(
f"http://
{url}
:8501"
)
assert
selenium.title ==
"Streamlit"