Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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`**
|