Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HUBioDataLab
/
DrugGEN
like
14
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
970ab8c
DrugGEN
/
app.py
osbm
add write line
970ab8c
almost 2 years ago
raw
Copy download link
history
blame
99 Bytes
import
streamlit
as
st
st.title(
"Hello World"
)
st.write(
"This is a simple example of Streamlit"
)