NghiTran1009 commited on
Commit
f2ec44a
·
verified ·
1 Parent(s): 5505135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ st.write(f"✅ **Số token đúng**: {num_correct} / {len(sentence)}")
46
  st.write(f"❌ **Số token sai**: {num_wrong}")
47
 
48
  # **🔹 Bảng hiển thị với highlight lỗi**
49
- st.write("🔹 **Câu gốc (Highlight lỗi màu đỏ)**")
50
  st.dataframe(sentence.style.apply(highlight_errors, axis=1))
51
 
52
  # **🔹 Annotator chỉnh sửa `Predicted_Chunk`**
 
46
  st.write(f"❌ **Số token sai**: {num_wrong}")
47
 
48
  # **🔹 Bảng hiển thị với highlight lỗi**
49
+ st.write("🔹 **Câu gốc**")
50
  st.dataframe(sentence.style.apply(highlight_errors, axis=1))
51
 
52
  # **🔹 Annotator chỉnh sửa `Predicted_Chunk`**