Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ gradio_ui = gr.Interface(
|
|
21 |
fn=prediction,
|
22 |
title="Fake News Detector (Spanish)",
|
23 |
description="Type/Paste a post and check if it is Real or Fake (POC)",
|
24 |
-
article=
|
25 |
inputs=[
|
26 |
gr.inputs.Textbox(lines=1, label="Type/Paste your headline here"),
|
27 |
gr.inputs.Textbox(lines=6, label="Type/Paste the article body here"),
|
|
|
21 |
fn=prediction,
|
22 |
title="Fake News Detector (Spanish)",
|
23 |
description="Type/Paste a post and check if it is Real or Fake (POC)",
|
24 |
+
article="<p style = 'text-align: center' > <a href = 'https://www.narrativa.com/' target = '_blank' > Created by: Narrativa:</a> Natural Language Generation(NLG) | Gabriele, our machine learning-based platform, builds and deploys natural language solutions. # NLG #AI</p>"
|
25 |
inputs=[
|
26 |
gr.inputs.Textbox(lines=1, label="Type/Paste your headline here"),
|
27 |
gr.inputs.Textbox(lines=6, label="Type/Paste the article body here"),
|