Hem345 commited on
Commit
2116640
·
verified ·
1 Parent(s): 9172d93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ from keras.datasets import mnist
10
  st.title("Autoencoder Visualization")
11
  st.subheader("Please train the autoencoder on MNIST train dataset")
12
  st.subheader("Test and observe decoding below")
13
- st.subheader("View the autoencoder architecture here") st.markdown("[Image](https://tinyurl.com/7fxrkds8)")
 
14
  st.subheader("Developed by Dr. Hemprasad Yashwant Patil, SENSE, VIT Vellore")
15
 
16
 
 
10
  st.title("Autoencoder Visualization")
11
  st.subheader("Please train the autoencoder on MNIST train dataset")
12
  st.subheader("Test and observe decoding below")
13
+ st.subheader("View the autoencoder architecture:")
14
+ st.markdown("[Image](https://tinyurl.com/7fxrkds8)")
15
  st.subheader("Developed by Dr. Hemprasad Yashwant Patil, SENSE, VIT Vellore")
16
 
17