fcakyon commited on
Commit
a5d9cc2
β€’
1 Parent(s): c2ae871

minor updates

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +8 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Small Object Detection with MMDetection
3
  emoji: πŸš€
4
  colorFrom: blue
5
  colorTo: purple
1
  ---
2
+ title: Small Object Detection with YOLOX
3
  emoji: πŸš€
4
  colorFrom: blue
5
  colorTo: purple
app.py CHANGED
@@ -248,3 +248,11 @@ static_component = image_comparison(
248
  make_responsive=True,
249
  in_memory=True,
250
  )
 
 
 
 
 
 
 
 
248
  make_responsive=True,
249
  in_memory=True,
250
  )
251
+ st.markdown(
252
+ """
253
+ <p style='text-align: center'>
254
+ prepared with <a href='https://github.com/fcakyon/streamlit-image-comparison' target='_blank'>streamlit-image-comparison</a>
255
+ </p>
256
+ """,
257
+ unsafe_allow_html=True,
258
+ )