deep-learning-analytics commited on
Commit
f72315e
1 Parent(s): 3aa3a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- text = st.text_area('You is here')
3
  ### Run Model
4
  from transformers import T5ForConditionalGeneration, T5Tokenizer
5
  import torch
 
1
  import streamlit as st
2
+ text = st.text_area('Enter your text here!')
3
  ### Run Model
4
  from transformers import T5ForConditionalGeneration, T5Tokenizer
5
  import torch