Update app.py
Browse files
app.py
CHANGED
|
@@ -99,10 +99,13 @@ def evaluate_news(news_input):
|
|
| 99 |
# Gradio Interface
|
| 100 |
with gr.Blocks() as demo:
|
| 101 |
gr.Markdown("# 📰 EchoTruth: Verify News Authenticity in Real-Time")
|
| 102 |
-
gr.Markdown("### Enter a piece of news or a URL below, and we'll help you evaluate its truthfulness using advanced AI.")
|
| 103 |
|
| 104 |
-
gr.Markdown("
|
| 105 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
|
| 107 |
with gr.Row():
|
| 108 |
input_box = gr.Textbox(
|
|
|
|
| 99 |
# Gradio Interface
|
| 100 |
with gr.Blocks() as demo:
|
| 101 |
gr.Markdown("# 📰 EchoTruth: Verify News Authenticity in Real-Time")
|
|
|
|
| 102 |
|
| 103 |
+
gr.Markdown("""
|
| 104 |
+
**How to use:**
|
| 105 |
+
1. Enter a news article or URL in the box below.
|
| 106 |
+
2. Click on **Check Truthfulness**.
|
| 107 |
+
3. Receive a **truthfulness score** along with **explanations and sources** to help you assess the authenticity of the content.
|
| 108 |
+
""")
|
| 109 |
|
| 110 |
with gr.Row():
|
| 111 |
input_box = gr.Textbox(
|