Update app.py
Browse files
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 |
-
|
| 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()
|