Ricercar commited on
Commit
e375c37
1 Parent(s): 81e6943

title changed

Browse files
Files changed (2) hide show
  1. pages/Gallery.py +1 -1
  2. pages/Ranking.py +1 -1
pages/Gallery.py CHANGED
@@ -176,7 +176,7 @@ class GalleryApp:
176
 
177
  def app(self):
178
  # print(st.session_state.gallery_focus)
179
- st.write('### Model Visualization and Retrieval')
180
  with st.sidebar:
181
  tagger_component('**Gallery State:**', [st.session_state.gallery_state.title()], color_name=['orange'])
182
  # st.write('This is a gallery of images generated by the models')
 
176
 
177
  def app(self):
178
  # print(st.session_state.gallery_focus)
179
+ st.write('### Prompt-Model Retrieval')
180
  with st.sidebar:
181
  tagger_component('**Gallery State:**', [st.session_state.gallery_state.title()], color_name=['orange'])
182
  # st.write('This is a gallery of images generated by the models')
pages/Ranking.py CHANGED
@@ -264,7 +264,7 @@ class RankingApp:
264
  self.battle_images(items, prompt_id)
265
 
266
  def app(self):
267
- st.write('### Personal Image Ranking')
268
  # st.write('Here you can test out your selected images with any prompt you like. ')
269
  # st.write(self.promptBook)
270
 
 
264
  self.battle_images(items, prompt_id)
265
 
266
  def app(self):
267
+ st.write('### Generative Model Ranking')
268
  # st.write('Here you can test out your selected images with any prompt you like. ')
269
  # st.write(self.promptBook)
270