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