Gabesantos1007 commited on
Commit
3945651
·
1 Parent(s): 60002e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('./Meta/newspaper.png')
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