s2337a commited on
Commit
fc26491
·
verified ·
1 Parent(s): aa80ce8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -78,3 +78,8 @@ COPY . .
78
  # Set default command
79
  CMD ["streamlit", "run", "app.py"]
80
 
 
 
 
 
 
 
78
  # Set default command
79
  CMD ["streamlit", "run", "app.py"]
80
 
81
+ import streamlit as st
82
+
83
+ st.title("Hello, Streamlit!")
84
+ st.write("This is a sample Streamlit app.")
85
+