Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ elif source_radio == "GAME":
|
|
| 58 |
st.image(result_img)
|
| 59 |
|
| 60 |
else:
|
| 61 |
-
col1, col2 = st.columns([
|
| 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()
|