Tanaanan commited on
Commit
6b127d0
·
1 Parent(s): 547fb84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -174,7 +174,8 @@ elif choice == "Detection (วิเคราะห์โรค)":
174
  st.write("## Waiting for image..")
175
  st.image('atk_idcard.jpeg')
176
 
177
- st.warning("[On debugging..] ในตอนนี้ระบบ AOC ที่เป็น Obj detection สามารถใช้ได้แค่ตรวจจับ ATK (กำลังอยู่ในการพัฒนาให้สามารถใช้งานควบคู่กับระบบ OCR บัตรประชาชน)")
 
178
 
179
  st.caption("Made by Tanaanan .M")
180
 
 
174
  st.write("## Waiting for image..")
175
  st.image('atk_idcard.jpeg')
176
 
177
+ st.warning("""[กำลังพัฒนา...] ในตอนนี้ระบบ AOC สามารถใช้ได้ในการตรวจจับ ATK เพียงอย่างเดียว (กำลังอยู่ในขั้นตอนการพัฒนาให้สามารถใช้งานควบคู่กับระบบ OCR บัตรประชาชน) \n
178
+ [On debugging..] Now AOC system can use only ATK detection feature (Currently in development to be able to use in conjunction with Id-Card OCR feature. )""")
179
 
180
  st.caption("Made by Tanaanan .M")
181