sgonzalezsilot
commited on
Commit
•
70fb4f0
1
Parent(s):
1a27b04
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def get_news(input_text):
|
|
56 |
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."
|
|
|
56 |
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."
|