Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
kaushalya/medclip-roco
ki-medizin
/
medclip-roco
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d5345e2
medclip-roco
/
app.py
kaushalya
initial commit
d5345e2
almost 4 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
streamlit
as
st
query = st.text_input(
"Search:"
)
if
st.button(
"Search"
):
st.write(
f"Searching our image database for
{query}
..."
)