Narrativa commited on
Commit
9907ddf
1 Parent(s): 4bf8ad3

Update app.py

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