Commit
·
dbe3fb0
1
Parent(s):
5189827
Update app.py
Browse files
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='file/robot_reading_news.png' width=400>"
|
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='file/robot_reading_news.png' width=400>"
|
62 |
+
"Demo of the Covid-Twitter Fake News Detection System from my thesis."
|
63 |
"</center>"
|
64 |
)
|
65 |
iface = gr.Interface(fn = get_news,
|