Spaces:
Runtime error
Runtime error
CO divider in lines 70 and 96
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with tab1:
|
|
67 |
st.markdown(f'_{author}_')
|
68 |
st.caption(annotation)
|
69 |
st.markdown(f"[Подробнее...]({book_recs['page_url'].iloc[i]})")
|
70 |
-
st.divider()
|
71 |
|
72 |
with tab2:
|
73 |
|
@@ -93,4 +93,4 @@ with tab2:
|
|
93 |
st.markdown(f'_{author}_')
|
94 |
st.caption(annotation)
|
95 |
st.markdown(f"[Подробнее...]({book_recs['page_url'].iloc[i]})")
|
96 |
-
st.divider()
|
|
|
67 |
st.markdown(f'_{author}_')
|
68 |
st.caption(annotation)
|
69 |
st.markdown(f"[Подробнее...]({book_recs['page_url'].iloc[i]})")
|
70 |
+
#st.divider()
|
71 |
|
72 |
with tab2:
|
73 |
|
|
|
93 |
st.markdown(f'_{author}_')
|
94 |
st.caption(annotation)
|
95 |
st.markdown(f"[Подробнее...]({book_recs['page_url'].iloc[i]})")
|
96 |
+
#st.divider()
|