Text-Summarizer / app.py
Gladiator's picture
update
6516fab
raw history blame
No virus
130 Bytes
import streamlit as st
if __name__ == "__main__":
st.header("Streamlit 🀝 Colab")
st.write("This is a test statement")