Update app.py
Browse files
app.py
CHANGED
|
@@ -102,9 +102,7 @@ with gr.Blocks() as demo:
|
|
| 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("### How to Use:")
|
| 105 |
-
gr.Markdown("
|
| 106 |
-
gr.Markdown("2. Click **Check Truthfulness** to analyze the authenticity of the news.")
|
| 107 |
-
gr.Markdown("3. Get your truthfulness score along with explanations and sources.")
|
| 108 |
|
| 109 |
with gr.Row():
|
| 110 |
input_box = gr.Textbox(
|
|
|
|
| 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("### How to Use:")
|
| 105 |
+
gr.Markdown("### Enter a news article or URL, click **Check Truthfulness**, and get a score with explanations and sources to evaluate its authenticity.")
|
|
|
|
|
|
|
| 106 |
|
| 107 |
with gr.Row():
|
| 108 |
input_box = gr.Textbox(
|