awacke1 commited on
Commit
7cff1ef
·
verified ·
1 Parent(s): c0dda7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def create_search_url_ai(keyword):
292
  return base_url + keyword.replace(' ', '+')
293
 
294
  def display_images_and_wikipedia_summaries():
295
- st.title('Gallery with Related Stories')
296
  image_files = [f for f in os.listdir('.') if f.endswith('.png')]
297
  if not image_files:
298
  st.write("No PNG images found in the current directory.")
 
292
  return base_url + keyword.replace(' ', '+')
293
 
294
  def display_images_and_wikipedia_summaries():
295
+ st.markdown('### 🗺️🛠️ RolePlayAI Gallery')
296
  image_files = [f for f in os.listdir('.') if f.endswith('.png')]
297
  if not image_files:
298
  st.write("No PNG images found in the current directory.")