Afeezee commited on
Commit
709eb0a
·
verified ·
1 Parent(s): 23b191f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 using Groq LLM")
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")