awacke1 commited on
Commit
a35aa91
1 Parent(s): 79206fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -608,7 +608,7 @@ def main():
608
 
609
  elif selected_view == 'Clone Document':
610
  # 🧬 Clone Document per record
611
- st.markdownst.markdown("#### Clone a document:")
612
  for idx, doc in enumerate(documents_to_display):
613
  st.markdown(f"##### Document ID: {doc.get('id', '')}")
614
  if st.button("📄 Clone Document", key=f'clone_button_{idx}'):
 
608
 
609
  elif selected_view == 'Clone Document':
610
  # 🧬 Clone Document per record
611
+ st.markdown("#### Clone a document:")
612
  for idx, doc in enumerate(documents_to_display):
613
  st.markdown(f"##### Document ID: {doc.get('id', '')}")
614
  if st.button("📄 Clone Document", key=f'clone_button_{idx}'):