Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,6 +112,6 @@ gr.Interface(
|
|
| 112 |
gr.Textbox(label="Sensationalism Score"),
|
| 113 |
gr.Textbox(label="Source Reputation")
|
| 114 |
],
|
| 115 |
-
title="📰 TruthLens -
|
| 116 |
description="Paste a news article URL or text to check its bias, sensationalism, reputation, and summary."
|
| 117 |
).launch()
|
|
|
|
| 112 |
gr.Textbox(label="Sensationalism Score"),
|
| 113 |
gr.Textbox(label="Source Reputation")
|
| 114 |
],
|
| 115 |
+
title="📰 TruthLens - News Analyzer",
|
| 116 |
description="Paste a news article URL or text to check its bias, sensationalism, reputation, and summary."
|
| 117 |
).launch()
|