sgonzalezsilot commited on
Commit
dbee40e
1 Parent(s): c302bcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -56,10 +56,12 @@ tweet_input = gr.Textbox(label = "Enter the tweet")
56
  output = gr.Textbox(label="Result")
57
 
58
  descripcion = (
59
- "<center>"
60
- "<img src="robot.png">"
61
- "Demo of the Covid-Twitter Fake News Detection System from my thesis."
62
- "</center>"
 
 
63
  )
64
  iface = gr.Interface(fn = get_news,
65
  inputs = tweet_input,
 
56
  output = gr.Textbox(label="Result")
57
 
58
  descripcion = (
59
+ """
60
+ <center>
61
+ <img src="robot.png">
62
+ Demo of the Covid-Twitter Fake News Detection System from my thesis.
63
+ </center>
64
+ """
65
  )
66
  iface = gr.Interface(fn = get_news,
67
  inputs = tweet_input,