sgonzalezsilot commited on
Commit
158abcd
·
1 Parent(s): 70fb4f0

Update app.py

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