BrainAI-1 commited on
Commit
b2753b7
ยท
verified ยท
1 Parent(s): 1764ba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ if source_radio == "IMAGE":
29
  with col1:
30
  st.image("data/table.jpg")
31
  with col2:
32
- st.write("Objects detected: chair, potted plant, vase, dining table")
33
 
34
  elif source_radio == "VIDEO":
35
  st.write(":green[์™ผ์ชฝ ๋ฉ”๋‰ด 'Browse files' ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜์—ฌ ๋น„๋””์˜ค ํŒŒ์ผ์„ ์„ ํƒํ•˜๋ฉด AI ์ถ”๋ก ์ด ์‹œ์ž‘๋ฉ๋‹ˆ๋‹ค.]" )
 
29
  with col1:
30
  st.image("data/table.jpg")
31
  with col2:
32
+ st.header("Objects detected: chair, potted plant, vase, dining table")
33
 
34
  elif source_radio == "VIDEO":
35
  st.write(":green[์™ผ์ชฝ ๋ฉ”๋‰ด 'Browse files' ๋ฒ„ํŠผ์„ ํด๋ฆญํ•˜์—ฌ ๋น„๋””์˜ค ํŒŒ์ผ์„ ์„ ํƒํ•˜๋ฉด AI ์ถ”๋ก ์ด ์‹œ์ž‘๋ฉ๋‹ˆ๋‹ค.]" )