wgcv commited on
Commit
bbabf5e
1 Parent(s): bb2f22e

Add a quote

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ st.markdown("This is lightweight_gan")
8
 
9
  # Sidebar
10
 
11
- st.sidebar.subheader("This is generated")
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