codeGPT / app.py
red1xe's picture
Add application file
e81c3b3
raw
history blame
315 Bytes
import streamlit as st
st.title('Hello World')
st.write('This is my first app')
st.write('This is a second line')
st.write('This is a third line')
st.write('This is a fourth line')
st.write('This is a fifth line')
st.write('This is a sixth line')
st.write('This is a seventh line')
st.write('This is a eighth line')