Spaces:
Build error
Build error
jcarbonnell
commited on
Commit
•
e23b19b
1
Parent(s):
d2eba7b
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ st.subheader("Course project 'NLP with transformers' at opencampus.sh, Spring 20
|
|
11 |
st.sidebar.image("bayc crown.png", use_column_width=True)
|
12 |
topics=["NFT", "Blockchain", "Metaverse"]
|
13 |
choice = st.sidebar.selectbox("Select one topic", topics)
|
14 |
-
st.sidebar.
|
15 |
|
16 |
if choice == 'NFT':
|
17 |
manual_input = st.text_area("Manual input: (optional)")
|
|
|
11 |
st.sidebar.image("bayc crown.png", use_column_width=True)
|
12 |
topics=["NFT", "Blockchain", "Metaverse"]
|
13 |
choice = st.sidebar.selectbox("Select one topic", topics)
|
14 |
+
st.sidebar.write("Course project 'NLP with transformers' at opencampus.sh, Spring 2022")
|
15 |
|
16 |
if choice == 'NFT':
|
17 |
manual_input = st.text_area("Manual input: (optional)")
|