bradley6597 commited on
Commit
c982cc3
1 Parent(s): cc9354f

Map Text Update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def search_index(search_text, sd, ks, sort_by, max_results, user_num, search_tit
104
  load_more_visible = False
105
  extra_info = ''
106
  if 'map' in search_text:
107
- extra_info = '<strong>If real-world maps needed please check it is in the folder: Illustrations Now > Maps - Using the New Guidance (2024)</strong><br>'
108
  if len(output) > 0:
109
 
110
  output_df = (pd.DataFrame(output)
 
104
  load_more_visible = False
105
  extra_info = ''
106
  if 'map' in search_text:
107
+ extra_info = '<strong>If real-world maps are needed please check they are in the folder: Illustrations Now > Maps - Using the New Guidance (2024)</strong><br>'
108
  if len(output) > 0:
109
 
110
  output_df = (pd.DataFrame(output)