jcarbonnell commited on
Commit
fec66a6
·
1 Parent(s): 056a08f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ st.title("Text generation for the marketing content of NFTs")
10
  st.subheader("Course project 'NLP with transformers' at opencampus.sh, Spring 2022")
11
 
12
  st.sidebar.image("bayc crown.png", use_column_width=True)
 
13
  topics=["NFT", "Blockchain", "Metaverse"]
14
  choice = st.sidebar.selectbox("Select one topic", topics)
15
 
 
10
  st.subheader("Course project 'NLP with transformers' at opencampus.sh, Spring 2022")
11
 
12
  st.sidebar.image("bayc crown.png", use_column_width=True)
13
+ st.sidebar.text("credits: bayc")
14
  topics=["NFT", "Blockchain", "Metaverse"]
15
  choice = st.sidebar.selectbox("Select one topic", topics)
16