Ricercar commited on
Commit
ec044c4
·
1 Parent(s): c0ec609

info update

Browse files
Files changed (1) hide show
  1. pages/Gallery.py +2 -2
pages/Gallery.py CHANGED
@@ -397,7 +397,7 @@ class GalleryApp:
397
  deselect = selection_control_button.form_submit_button('Deselect', use_container_width=True, on_click=self.image_selection_control, args=(item['tag'], item['prompt'], item['prompt_id'], item['modelVersion_id'], 'deselect'))
398
 
399
  st.info(
400
- "Image selected. **Click the 'Check out selections ➡️' on top to see all selected images**. You can get back to gallery graph at anytime.")
401
 
402
  elif image_status =='deselect':
403
  # select = st.button('Select', key=f'select_{item["prompt_id"]}_{item["modelVersion_id"]}', use_container_width=True, type='primary')
@@ -416,7 +416,7 @@ class GalleryApp:
416
  # st.table(infos_df)
417
 
418
  else:
419
- st.info('Please click on an image to show')
420
 
421
  def image_selection_control(self, tag, prompt, prompt_id, modelVersion_id, operation:['select', 'reselect', 'deselect','report']):
422
  self.remove_ranking_states(prompt_id)
 
397
  deselect = selection_control_button.form_submit_button('Deselect', use_container_width=True, on_click=self.image_selection_control, args=(item['tag'], item['prompt'], item['prompt_id'], item['modelVersion_id'], 'deselect'))
398
 
399
  st.info(
400
+ "Image selected. **Click 'Check out selections ➡️' on top to see all selected images**.")
401
 
402
  elif image_status =='deselect':
403
  # select = st.button('Select', key=f'select_{item["prompt_id"]}_{item["modelVersion_id"]}', use_container_width=True, type='primary')
 
416
  # st.table(infos_df)
417
 
418
  else:
419
+ st.info('You can click on and select an image.')
420
 
421
  def image_selection_control(self, tag, prompt, prompt_id, modelVersion_id, operation:['select', 'reselect', 'deselect','report']):
422
  self.remove_ranking_states(prompt_id)