BrainAI-1 commited on
Commit
b4ea58a
ยท
verified ยท
1 Parent(s): 9e847f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "WEBCAM"])
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("์ด๋ฏธ์ง€ ํŒŒ์ผ ์—…๋กœ๋“œ")