Spaces:
Sleeping
Sleeping
File size: 107 Bytes
b51876a |
1 2 3 4 |
import streamlit as st
st.title("Test App")
st.write("This is a test application deployed via HF Helper!")
|