KaburaJ commited on
Commit
17707de
·
1 Parent(s): fb0edb1

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.title('<h1 style="color:white;">CNN Image classification model</h1>', unsafe_allow_html=True)
9
  st.markdown('<h2 style="color:white;">for classifying **zebras** and **horses**</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:white;">CNN Image classification model</h1>', unsafe_allow_html=True)
9
  st.markdown('<h2 style="color:white;">for classifying **zebras** and **horses**</h2>', unsafe_allow_html=True)
10
 
11
  st.cache(allow_output_mutation=True)