BrainAI-1 commited on
Commit
135302f
·
verified ·
1 Parent(s): 7359b5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ elif source_radio == "GAME":
58
  st.image(result_img)
59
 
60
  else:
61
- col1, col2 = st.columns([3, 1])
62
  with col1:
63
  if st.button('새로운 객체'):
64
  st.session_state.random_class = object_detection.call_class()
 
58
  st.image(result_img)
59
 
60
  else:
61
+ col1, col2 = st.columns([1, 4])
62
  with col1:
63
  if st.button('새로운 객체'):
64
  st.session_state.random_class = object_detection.call_class()