jcarbonnell commited on
Commit
a4c9483
1 Parent(s): 8277b84

Update app.py

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