Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -511,7 +511,7 @@ with news_analysis:
|
|
| 511 |
# Display news content on click
|
| 512 |
with col1:
|
| 513 |
with st.expander("Show Full Article"):
|
| 514 |
-
st.
|
| 515 |
|
| 516 |
# Display features on click
|
| 517 |
with col2:
|
|
|
|
| 511 |
# Display news content on click
|
| 512 |
with col1:
|
| 513 |
with st.expander("Show Full Article"):
|
| 514 |
+
st.markdown(news_list[index])
|
| 515 |
|
| 516 |
# Display features on click
|
| 517 |
with col2:
|