Luu commited on
Commit
d256372
·
1 Parent(s): 4564a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def plot_boxes_on_img(color_map, classes, bboxes, image_origi, origi_shape):
83
  # Webpage code starts here
84
 
85
  st.title('Banana ripeness detection 🍌')
86
- st.text('made by XXX') #TODO change with your name
87
  st.markdown('## Find out if a banana is too ripe!')
88
 
89
  with st.spinner('Model is being loaded...'):
 
83
  # Webpage code starts here
84
 
85
  st.title('Banana ripeness detection 🍌')
86
+ st.text('made by Luzie') #TODO change with your name
87
  st.markdown('## Find out if a banana is too ripe!')
88
 
89
  with st.spinner('Model is being loaded...'):