Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
HUBioDataLab
/
DrugGEN
like
18
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
osbm
commited on
Jun 9, 2023
Commit
f549d9c
·
1 Parent(s):
325ce46
add write line
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
import streamlit as st
2
3
4
-
st.title("Hello World")
1
import streamlit as st
2
3
4
+
st.title("Hello World")
5
+
6
+
st.write("This is a simple example of Streamlit")