jcarbonnell commited on
Commit
e714a34
·
1 Parent(s): b8ed95e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ choice = st.sidebar.selectbox("Select one topic", topics)
14
 
15
  if choice == 'NFT':
16
  keywords=st.text_area("Input keywords here: (optional)")
17
- length=st.text_area("How long do you want your text to be? (default: 512 words)")
18
 
19
  if st.button("Generate"):
20
  #st.text("Keywords: {}\n".format(keywords))
 
14
 
15
  if choice == 'NFT':
16
  keywords=st.text_area("Input keywords here: (optional)")
17
+ sequences=st.text_area("How long do you want your text to be? (default: 512 characters)")
18
 
19
  if st.button("Generate"):
20
  #st.text("Keywords: {}\n".format(keywords))