DavidHidary commited on
Commit
d099673
·
1 Parent(s): 3c60848

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -49,14 +49,11 @@ elif section == 'Projects':
49
  st.markdown('[GitHub ML Showcase](https://github.com/collections/machine-learning)')
50
 
51
  #Books
52
- elif section == 'Communities':
53
- st.header('Communities')
54
- st.write('Useful Tecxts:')
55
  st.markdown('[Deep Learning](https://udlbook.github.io/udlbook/)')
56
 
57
-
58
-
59
-
60
  # Communities
61
  elif section == 'Communities':
62
  st.header('Communities')
 
49
  st.markdown('[GitHub ML Showcase](https://github.com/collections/machine-learning)')
50
 
51
  #Books
52
+ elif section == 'Books':
53
+ st.header('Books')
54
+ st.write('Useful Texts:')
55
  st.markdown('[Deep Learning](https://udlbook.github.io/udlbook/)')
56
 
 
 
 
57
  # Communities
58
  elif section == 'Communities':
59
  st.header('Communities')