KZTech commited on
Commit
b1b27e7
·
verified ·
1 Parent(s): a8d98d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
 
3
- st.title("Hello Streamlit")
4
- st.write("This app is running with proper context.")
 
5
 
6
 
 
1
  import streamlit as st
2
 
3
+ st.title("Streamlit App on Hugging Face")
4
+ st.write("It works on the correct port!")
5
+
6
 
7