test-docker / streamlit_app.py
ZakharZokhar's picture
Create streamlit_app.py
642f784 verified
raw
history blame
No virus
178 Bytes
import streamlit as st
import requests
st.title("Text Generation with T5")
input_text = st.text_input("Enter text:")
if st.button("Generate"):
st.write("Generated text:")