Update Home.py
Browse files
Home.py
CHANGED
|
@@ -68,7 +68,7 @@ if text_search:
|
|
| 68 |
|
| 69 |
for _, row in key_df_j.reset_index().iterrows():
|
| 70 |
with st.container():
|
| 71 |
-
col1, col2 = st.columns([6,4]
|
| 72 |
col1.markdown(f"**{row['Title'].strip()}**")
|
| 73 |
col2.caption(f"**{row['Journal'].strip()}**")
|
| 74 |
col2.caption(f"{row['Year'].strip()} - {row['Volume'].strip()}, {row['Issue'].strip()}")
|
|
|
|
| 68 |
|
| 69 |
for _, row in key_df_j.reset_index().iterrows():
|
| 70 |
with st.container():
|
| 71 |
+
col1, col2 = st.columns([6,4])
|
| 72 |
col1.markdown(f"**{row['Title'].strip()}**")
|
| 73 |
col2.caption(f"**{row['Journal'].strip()}**")
|
| 74 |
col2.caption(f"{row['Year'].strip()} - {row['Volume'].strip()}, {row['Issue'].strip()}")
|