zachpaul38 commited on
Commit
c900844
1 Parent(s): a7d49ea

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def generate_response(question,question2):
58
 
59
  Only use the following tables:
60
  {table_info}
61
- If someone asks about real estate or available properties, they mean the properties_us_sites_and_buildings table. To filter between a site and a building, use the type field.
62
  Questions about property size are referring to the size_value and size_unit fields.
63
  Question: {input}"""
64
 
 
58
 
59
  Only use the following tables:
60
  {table_info}
61
+ If the question relates to real estate or available properties, they mean the properties_us_sites_and_buildings table. To filter between a site and a building, use type field.
62
  Questions about property size are referring to the size_value and size_unit fields.
63
  Question: {input}"""
64