Spaces:
Build error
Build error
Commit
·
e714a34
1
Parent(s):
b8ed95e
Update app.py
Browse files
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 |
-
|
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))
|