KZTech commited on
Commit
93e9c80
·
verified ·
1 Parent(s): ef514ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,6 +1,9 @@
 
 
1
  st.title("Streamlit App on Hugging Face")
2
  st.write("It works on the correct port!")
3
 
4
 
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
 
8
 
9
+