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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ 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
- st.sidebar.text("credits: bayc")
14
  topics=["NFT", "Blockchain", "Metaverse"]
15
  choice = st.sidebar.selectbox("Select one topic", topics)
16
 
 
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