jcarbonnell commited on
Commit
25ebefd
1 Parent(s): e714a34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ topics=["NFT", "Blockchain", "Metaverse"]
13
  choice = st.sidebar.selectbox("Select one topic", topics)
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))
 
13
  choice = st.sidebar.selectbox("Select one topic", topics)
14
 
15
  if choice == 'NFT':
16
+ st.text_area("Manual input: (optional)")
17
+ st.text_area("Number of sequences: (default: 1)")
18
 
19
  if st.button("Generate"):
20
  #st.text("Keywords: {}\n".format(keywords))