File size: 130 Bytes
cf53b75
 
 
 
6516fab
 
1
2
3
4
5
6
import streamlit as st


if __name__ == "__main__":
    st.header("Streamlit 🤝 Colab")
    st.write("This is a test statement")