architsingh's picture
new: added hello world streamlit UI
911b614
raw
history blame
96 Bytes
import streamlit as st
# Use the st.write() function to display text
st.write("Hello, World!")