BrainAI-1 commited on
Commit
f6a372b
ยท
verified ยท
1 Parent(s): 470e1d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -8,10 +8,7 @@ st.set_page_config(
8
  page_icon = ":black_cat:",
9
  layout = "wide")
10
 
11
-
12
  st.sidebar.header("๋ฉ”๋‰ด")
13
-
14
-
15
  source_radio = st.sidebar.radio("์„ ํƒํ•˜์„ธ์š”", ["IMAGE", "VIDEO", "GAME"])
16
 
17
  col1, col2 = st.columns([2, 3])
@@ -24,7 +21,6 @@ with col2:
24
  else:
25
  pass
26
 
27
-
28
  if "random_class" not in st.session_state:
29
  st.session_state.random_class = object_detection.call_class()
30
 
@@ -72,4 +68,3 @@ elif source_radio == "GAME":
72
  else:
73
  st.title(f':{st.session_state.random_class}: ์žˆ๋Š” ์ด๋ฏธ์ง€๋ฅผ ์—…๋กœ๋“œ')
74
 
75
-
 
8
  page_icon = ":black_cat:",
9
  layout = "wide")
10
 
 
11
  st.sidebar.header("๋ฉ”๋‰ด")
 
 
12
  source_radio = st.sidebar.radio("์„ ํƒํ•˜์„ธ์š”", ["IMAGE", "VIDEO", "GAME"])
13
 
14
  col1, col2 = st.columns([2, 3])
 
21
  else:
22
  pass
23
 
 
24
  if "random_class" not in st.session_state:
25
  st.session_state.random_class = object_detection.call_class()
26
 
 
68
  else:
69
  st.title(f':{st.session_state.random_class}: ์žˆ๋Š” ์ด๋ฏธ์ง€๋ฅผ ์—…๋กœ๋“œ')
70