DrugGEN / app.py
osbm's picture
add write line
970ab8c
raw
history blame
99 Bytes
import streamlit as st
st.title("Hello World")
st.write("This is a simple example of Streamlit")