amoldwalunj commited on
Commit
e54b188
·
1 Parent(s): b8b8d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1279,7 +1279,7 @@ You have to search for presence of above features in below information of listin
1279
 
1280
 
1281
 
1282
- Please carefully read the given information of listing and create feature present matrix. if feature is present then you have to mark it using 1 and if absent leave empty. please create in table format. note, only present features should be covered. You have to explain at the end where did you find the present features. also once table is ready create one json that I can easily load in pandas df
1283
  """.format(title, bullet_str, legacy_desc, a_plus_desc, image_text_string, backend_search_terms)
1284
 
1285
  prompt = st.text_area("Edit the prompt:", value=default_prompt, height=200)
 
1279
 
1280
 
1281
 
1282
+ Please carefully read the given information of listing and create feature present matrix. if feature is present then you have to mark it using 1 and if absent leave empty. please create in table format. please include feature name in the table. note, only present features should be covered. You have to explain at the end where did you find the present features. also once table is ready create one json that I can easily load in pandas df
1283
  """.format(title, bullet_str, legacy_desc, a_plus_desc, image_text_string, backend_search_terms)
1284
 
1285
  prompt = st.text_area("Edit the prompt:", value=default_prompt, height=200)