BrainAI-1 commited on
Commit
f4fb995
·
verified ·
1 Parent(s): cc38371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ object_detection = odb.ObjectDetectionModel()
6
  st.set_page_config(
7
  page_title = "객체 인식",
8
  page_icon = ":black_cat:",
9
- layout = "wide")
10
 
11
  if "random_class" not in st.session_state:
12
  st.session_state.random_class = object_detection.call_class()
 
6
  st.set_page_config(
7
  page_title = "객체 인식",
8
  page_icon = ":black_cat:",
9
+ layout = "wide" )
10
 
11
  if "random_class" not in st.session_state:
12
  st.session_state.random_class = object_detection.call_class()