shaina commited on
Commit
bb5facb
1 Parent(s): fbceed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def main():
130
  st.error("Sorry! Couldn't process the request")
131
 
132
  st.header("Latest Covid News")
133
- col1, col2= st.columns([4,4])
134
  latest_news = news()
135
  for i in latest_news[0:6]:
136
  if i in [0, 2, 4]:
 
130
  st.error("Sorry! Couldn't process the request")
131
 
132
  st.header("Latest Covid News")
133
+ col1, col2= st.beta_columns([4,4])
134
  latest_news = news()
135
  for i in latest_news[0:6]:
136
  if i in [0, 2, 4]: