Spaces:
Running
Running
visual fix
Browse files- pages/Gallery.py +1 -1
pages/Gallery.py
CHANGED
@@ -276,7 +276,7 @@ class GalleryApp:
|
|
276 |
# return prompt_tags, tag, prompt_id, items
|
277 |
|
278 |
def app(self):
|
279 |
-
st.
|
280 |
# st.write('This is a gallery of images generated by the models')
|
281 |
|
282 |
# build the tabular view
|
|
|
276 |
# return prompt_tags, tag, prompt_id, items
|
277 |
|
278 |
def app(self):
|
279 |
+
st.write('### Model Visualization and Retrieval')
|
280 |
# st.write('This is a gallery of images generated by the models')
|
281 |
|
282 |
# build the tabular view
|