Write a python web server that when connected returns hello world
To upload files, please first save the app
import streamlit as st
st.title('Hello World App')
st.write('Hello, World!')
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?