CHRISDANIEL145 commited on
Commit ·
56f3a8f
1
Parent(s): c11f7c3
Fix HF Space configuration (add YAML frontmatter)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# TruthCheck: AI-Powered Fact Verification System
|
| 2 |
|
| 3 |

|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: TruthCheck AI
|
| 3 |
+
emoji: 🛡️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# TruthCheck: AI-Powered Fact Verification System
|
| 11 |
|
| 12 |

|