Commit
·
7a580b8
1
Parent(s):
47e9314
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ output = gr.Textbox(label="Result")
|
|
| 58 |
|
| 59 |
descripcion = (
|
| 60 |
"<center>"
|
| 61 |
-
"<img src='file/robot_reading_news.png'>"
|
| 62 |
"Demo of the Covid-Twitter Fake News Detection System from my thesis."
|
| 63 |
"</center>"
|
| 64 |
)
|
|
|
|
| 58 |
|
| 59 |
descripcion = (
|
| 60 |
"<center>"
|
| 61 |
+
# "<img src='file/robot_reading_news.png'>"
|
| 62 |
"Demo of the Covid-Twitter Fake News Detection System from my thesis."
|
| 63 |
"</center>"
|
| 64 |
)
|