Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ st.set_page_config(
|
|
| 11 |
|
| 12 |
st.title(":rainbow[๊ฐ์ ์ธ์] :full_moon_with_face:")
|
| 13 |
st.sidebar.header("๋ฉ๋ด")
|
| 14 |
-
source_radio = st.sidebar.radio("์ ํํ์ธ์", ["IMAGE", "VIDEO"
|
| 15 |
|
| 16 |
if source_radio == "IMAGE":
|
| 17 |
st.sidebar.header("์ด๋ฏธ์ง ํ์ผ ์
๋ก๋")
|
|
|
|
| 11 |
|
| 12 |
st.title(":rainbow[๊ฐ์ ์ธ์] :full_moon_with_face:")
|
| 13 |
st.sidebar.header("๋ฉ๋ด")
|
| 14 |
+
source_radio = st.sidebar.radio("์ ํํ์ธ์", ["IMAGE", "VIDEO"])
|
| 15 |
|
| 16 |
if source_radio == "IMAGE":
|
| 17 |
st.sidebar.header("์ด๋ฏธ์ง ํ์ผ ์
๋ก๋")
|