faizhalas commited on
Commit
eb1937c
·
verified ·
1 Parent(s): 91b7eb3

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
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()}")