Gustavo Cevallos commited on
Commit ·
bbabf5e
1
Parent(s): bb2f22e
Add a quote
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ st.markdown("This is lightweight_gan")
|
|
| 8 |
|
| 9 |
# Sidebar
|
| 10 |
|
| 11 |
-
st.sidebar.subheader("
|
| 12 |
st.sidebar.image("assets/logo.png", width=200)
|
| 13 |
st.sidebar.caption("https://wgcv.me")
|
| 14 |
|
|
|
|
| 8 |
|
| 9 |
# Sidebar
|
| 10 |
|
| 11 |
+
st.sidebar.subheader("Even a sloth can learn Machine Learning—one slow line of code at a time!")
|
| 12 |
st.sidebar.image("assets/logo.png", width=200)
|
| 13 |
st.sidebar.caption("https://wgcv.me")
|
| 14 |
|