File size: 144 Bytes
3ec9940 |
1 2 3 4 5 |
import streamlit as st
st.title("Hello from Amna's App π")
st.write("If you're seeing this, your Hugging Face deployment is working fine.")
|
3ec9940 |
1 2 3 4 5 |
import streamlit as st
st.title("Hello from Amna's App π")
st.write("If you're seeing this, your Hugging Face deployment is working fine.")
|