Update app.py
Browse files
app.py
CHANGED
|
@@ -42,11 +42,11 @@ elif source_radio == "VIDEO":
|
|
| 42 |
else:
|
| 43 |
st.video("data/breakfast.mp4")
|
| 44 |
|
| 45 |
-
|
| 46 |
elif source_radio == "GAME":
|
| 47 |
input_img = st.sidebar.file_uploader("์ด๋ฏธ์ง ํ์ผ์ ์ ํํ์ธ์.", type=("jpg", "png"))
|
| 48 |
if input_img is None:
|
| 49 |
-
|
| 50 |
col1, col2 = st.columns([3, 1]) # Adjust the column widths as needed
|
| 51 |
|
| 52 |
with col1:
|
|
|
|
| 42 |
else:
|
| 43 |
st.video("data/breakfast.mp4")
|
| 44 |
|
| 45 |
+
st.session_state.random_class = object_detection.call_class()
|
| 46 |
elif source_radio == "GAME":
|
| 47 |
input_img = st.sidebar.file_uploader("์ด๋ฏธ์ง ํ์ผ์ ์ ํํ์ธ์.", type=("jpg", "png"))
|
| 48 |
if input_img is None:
|
| 49 |
+
|
| 50 |
col1, col2 = st.columns([3, 1]) # Adjust the column widths as needed
|
| 51 |
|
| 52 |
with col1:
|