streamlit-docker-example/app/main.py

5 lines
160 B
Python

import streamlit as st
st.title("Hi from streamlit inside docker")
st.write("looks like this works properly.")
st.write("What happens if you change the file?")