ZakharZokhar commited on
Commit
ae47a53
1 Parent(s): 3d4292f

Delete streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +0 -9
streamlit_app.py DELETED
@@ -1,9 +0,0 @@
1
- import streamlit as st
2
- import requests
3
-
4
- st.title("Text Generation with T5")
5
-
6
- input_text = st.text_input("Enter text:")
7
-
8
- if st.button("Generate"):
9
- st.write("Generated text:")