KaburaJ commited on
Commit
785ba95
·
1 Parent(s): d8a7b6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import numpy as np
6
  from keras.models import model_from_json
7
 
8
- st.markdown('<h1 style="color:white;">CNN Image classification model</h1>', unsafe_allow_html=True)
9
  st.markdown('<h2 style="color:white;">The image classification model classifies images into zebra and horse</h2>', unsafe_allow_html=True)
10
 
11
  st.cache(allow_output_mutation=True)
 
5
  import numpy as np
6
  from keras.models import model_from_json
7
 
8
+ st.markdown('<h1 style="color:black;">CNN Image classification model</h1>', unsafe_allow_html=True)
9
  st.markdown('<h2 style="color:white;">The image classification model classifies images into zebra and horse</h2>', unsafe_allow_html=True)
10
 
11
  st.cache(allow_output_mutation=True)