CCockrum commited on
Commit
29859bf
·
verified ·
1 Parent(s): cb7a055

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -229,18 +229,18 @@ if fetch_data:
229
 
230
  else:
231
  st.markdown("""
232
- <div class='custom-table'>
233
- <b>ℹ️ No metadata enhancement suggestions available.</b>
234
- </div>
235
- """, unsafe_allow_html=True)
236
- except Exception as e:
237
- st.error(f"Error generating metadata suggestions: {e}")
238
- else:
239
- st.markdown("""
240
- <div class='custom-table'>
241
- <b>ℹ️ Not enough descriptive data to generate metadata suggestions.</b>
242
- </div>
243
- """, unsafe_allow_html=True)
244
 
245
  else:
246
  st.warning("No metadata records found for this collection. Try selecting another one.")
 
229
 
230
  else:
231
  st.markdown("""
232
+ <div class='custom-table'>
233
+ <b>ℹ️ No metadata enhancement suggestions available.</b>
234
+ </div>
235
+ """, unsafe_allow_html=True)
236
+ except Exception as e:
237
+ st.error(f"Error generating metadata suggestions: {e}")
238
+ else:
239
+ st.markdown("""
240
+ <div class='custom-table'>
241
+ <b>ℹ️ Not enough descriptive data to generate metadata suggestions.</b>
242
+ </div>
243
+ """, unsafe_allow_html=True)
244
 
245
  else:
246
  st.warning("No metadata records found for this collection. Try selecting another one.")