KaburaJ commited on
Commit
24d2a3d
·
1 Parent(s): fdc8e8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ 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', unsafe_allow_html=True)
10
 
11
  st.cache(allow_output_mutation=True)
12
  def get_base64_of_bin_file(bin_file):
 
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:black;">The image classification model classifies images into zebra and horse', unsafe_allow_html=True)
10
 
11
  st.cache(allow_output_mutation=True)
12
  def get_base64_of_bin_file(bin_file):