engrharis commited on
Commit
b51876a
·
verified ·
1 Parent(s): 2d1e7da

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import streamlit as st
2
+ st.title("Test App")
3
+ st.write("This is a test application deployed via HF Helper!")