Spaces:
Sleeping
Sleeping
Commit
·
fcd7754
1
Parent(s):
b7f5a9c
Added message
Browse files
app.py
CHANGED
|
@@ -73,8 +73,9 @@ def btnResetModel():
|
|
| 73 |
def app():
|
| 74 |
# initSession()
|
| 75 |
st.title('Simple Neural Network App')
|
|
|
|
| 76 |
st.write('This is the Neural Network image we are trying to implement!')
|
| 77 |
-
st.image('nn.png', width=
|
| 78 |
sidebar()
|
| 79 |
|
| 80 |
st.markdown('''
|
|
|
|
| 73 |
def app():
|
| 74 |
# initSession()
|
| 75 |
st.title('Simple Neural Network App')
|
| 76 |
+
st.write('I followed a tutorial in the reference and changed to apply good programming practices.')
|
| 77 |
st.write('This is the Neural Network image we are trying to implement!')
|
| 78 |
+
st.image('nn.png', width=550)
|
| 79 |
sidebar()
|
| 80 |
|
| 81 |
st.markdown('''
|