Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -735,7 +735,7 @@ def main():
|
|
735 |
|
736 |
|
737 |
# ✏️ Edit and save view - "Edit with wisdom, save with precision"
|
738 |
-
elif selected_view == 'Show as Edit
|
739 |
st.markdown("#### Edit the document fields below:")
|
740 |
|
741 |
num_cols = len(documents_to_display)
|
|
|
735 |
|
736 |
|
737 |
# ✏️ Edit and save view - "Edit with wisdom, save with precision"
|
738 |
+
elif selected_view == 'Show as Edit, Save, Run AI':
|
739 |
st.markdown("#### Edit the document fields below:")
|
740 |
|
741 |
num_cols = len(documents_to_display)
|