Spaces:
Runtime error
Runtime error
Commit
·
3945651
1
Parent(s):
60002e7
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def display_news(list_of_news, news_quantity):
|
|
77 |
|
78 |
def run():
|
79 |
st.title("NewsAgora🇧🇷: Um Portal de Notícias Resumidas📰")
|
80 |
-
image = Image.open('
|
81 |
|
82 |
col1, col2, col3 = st.columns([3, 5, 3])
|
83 |
|
|
|
77 |
|
78 |
def run():
|
79 |
st.title("NewsAgora🇧🇷: Um Portal de Notícias Resumidas📰")
|
80 |
+
image = Image.open('newspaper.png')
|
81 |
|
82 |
col1, col2, col3 = st.columns([3, 5, 3])
|
83 |
|