BrainAI-1 commited on
Commit
8fc6ea8
ยท
verified ยท
1 Parent(s): e24d926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ with col1:
16
  with col2:
17
  if st.button('์ƒˆ๋กœ์šด ๊ฐ์ฒด'):
18
  st.session_state.random_class = object_detection.call_class()
19
- with
20
  source_radio = st.sidebar.radio("์„ ํƒํ•˜์„ธ์š”", ["IMAGE", "VIDEO", "GAME"])
21
  if "random_class" not in st.session_state:
22
  st.session_state.random_class = object_detection.call_class()
 
16
  with col2:
17
  if st.button('์ƒˆ๋กœ์šด ๊ฐ์ฒด'):
18
  st.session_state.random_class = object_detection.call_class()
19
+
20
  source_radio = st.sidebar.radio("์„ ํƒํ•˜์„ธ์š”", ["IMAGE", "VIDEO", "GAME"])
21
  if "random_class" not in st.session_state:
22
  st.session_state.random_class = object_detection.call_class()