Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def update_on_Twitter(tweet_text, prediction):
|
|
| 73 |
|
| 74 |
# Use Gradio Blocks to create a more flexible interface
|
| 75 |
with gr.Blocks() as demo:
|
| 76 |
-
gr.Markdown("# Fake News Detection
|
| 77 |
text_input = gr.Textbox(placeholder="Enter a news Tweet here...", label="News Tweet")
|
| 78 |
text_output = gr.Textbox(label="Prediction")
|
| 79 |
link_output = gr.HTML(label="Twitter Bot Account")
|
|
|
|
| 73 |
|
| 74 |
# Use Gradio Blocks to create a more flexible interface
|
| 75 |
with gr.Blocks() as demo:
|
| 76 |
+
gr.Markdown("# Fake News Detection that updates on X")
|
| 77 |
text_input = gr.Textbox(placeholder="Enter a news Tweet here...", label="News Tweet")
|
| 78 |
text_output = gr.Textbox(label="Prediction")
|
| 79 |
link_output = gr.HTML(label="Twitter Bot Account")
|