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...
osbm
commited on
Jun 9, 2023
Commit
970ab8c
·
1 Parent(s):
7dee29c
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")