inie2003 commited on
Commit
eabb6cf
1 Parent(s): 91dc316

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -1,11 +1,5 @@
1
-
2
-
3
- Share
4
-
5
-
6
- You said:
7
  import streamlit as st
8
- from helper3 import (
9
  load_dataset, search, get_file_paths,
10
  get_cordinates, get_images_from_s3_to_display,
11
  get_images_with_bounding_boxes_from_s3, load_dataset_with_limit
 
 
 
 
 
 
 
1
  import streamlit as st
2
+ from helper import (
3
  load_dataset, search, get_file_paths,
4
  get_cordinates, get_images_from_s3_to_display,
5
  get_images_with_bounding_boxes_from_s3, load_dataset_with_limit