Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from fetcher import (
|
|
| 14 |
)
|
| 15 |
|
| 16 |
from analyzer import (
|
| 17 |
-
|
| 18 |
analyze_sentiment_batch,
|
| 19 |
sentiment_summary,
|
| 20 |
extract_keywords,
|
|
@@ -27,7 +27,7 @@ from charts import (
|
|
| 27 |
sentiment_donut,
|
| 28 |
keyword_bar,
|
| 29 |
sentiment_timeline,
|
| 30 |
-
|
| 31 |
modality_misinfo_distribution,
|
| 32 |
trust_score_by_modality,
|
| 33 |
uncertainty_analysis,
|
|
|
|
| 14 |
)
|
| 15 |
|
| 16 |
from analyzer import (
|
| 17 |
+
detect_misinformation,
|
| 18 |
analyze_sentiment_batch,
|
| 19 |
sentiment_summary,
|
| 20 |
extract_keywords,
|
|
|
|
| 27 |
sentiment_donut,
|
| 28 |
keyword_bar,
|
| 29 |
sentiment_timeline,
|
| 30 |
+
keyword_comparison,
|
| 31 |
modality_misinfo_distribution,
|
| 32 |
trust_score_by_modality,
|
| 33 |
uncertainty_analysis,
|