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