Commit
·
333e85e
1
Parent(s):
e74135d
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='./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='./robot_reading_news.png' width=400>" +
|
| 62 |
"Demo of the Covid-Twitter Fake News Detection System from my thesis." +
|
| 63 |
"</center>"
|
| 64 |
)
|