Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -608,7 +608,7 @@ def main():
|
|
| 608 |
|
| 609 |
elif selected_view == 'Clone Document':
|
| 610 |
# 🧬 Clone Document per record
|
| 611 |
-
st.
|
| 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}'):
|