Spaces:
Sleeping
Sleeping
Commit
·
3c60848
1
Parent(s):
748f2ea
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,15 @@ elif section == 'Projects':
|
|
48 |
st.markdown('[TensorFlow Projects](https://www.tensorflow.org/resources/learn-ml)')
|
49 |
st.markdown('[GitHub ML Showcase](https://github.com/collections/machine-learning)')
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
# Communities
|
52 |
elif section == 'Communities':
|
53 |
st.header('Communities')
|
|
|
48 |
st.markdown('[TensorFlow Projects](https://www.tensorflow.org/resources/learn-ml)')
|
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')
|