Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def main():
|
|
139 |
)
|
140 |
link_ = i['link']
|
141 |
link_ = link_.replace("news.google.com/.", "https://news.google.com")
|
142 |
-
st.write("""read this [article](link_)"""
|
143 |
st.write(" ")
|
144 |
|
145 |
if __name__ == "__main__":
|
|
|
139 |
)
|
140 |
link_ = i['link']
|
141 |
link_ = link_.replace("news.google.com/.", "https://news.google.com")
|
142 |
+
st.write("""read this [article](link_)""")
|
143 |
st.write(" ")
|
144 |
|
145 |
if __name__ == "__main__":
|