Spaces:
Runtime error
Runtime error
File size: 96 Bytes
911b614 |
1 2 3 4 5 |
import streamlit as st
# Use the st.write() function to display text
st.write("Hello, World!")
|