Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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]:
|