Upload 2 files
Browse files- app.py +1 -0
- real_estate.db +2 -2
app.py
CHANGED
|
@@ -21,6 +21,7 @@ def sql_engine(query: str) -> str:
|
|
| 21 |
Columns:
|
| 22 |
- id: TEXT β Unique identifier of the listing.
|
| 23 |
- ref: TEXT β Reference number of the property listing.
|
|
|
|
| 24 |
- title: TEXT β Title or headline of the property listing.
|
| 25 |
- no_of_leads: BIGINT β Number of customer leads or inquiries for the property.
|
| 26 |
- location: TEXT β Full address or general location of the property.
|
|
|
|
| 21 |
Columns:
|
| 22 |
- id: TEXT β Unique identifier of the listing.
|
| 23 |
- ref: TEXT β Reference number of the property listing.
|
| 24 |
+
- bua: TEXT β Built-up area of the property in square feet.
|
| 25 |
- title: TEXT β Title or headline of the property listing.
|
| 26 |
- no_of_leads: BIGINT β Number of customer leads or inquiries for the property.
|
| 27 |
- location: TEXT β Full address or general location of the property.
|
real_estate.db
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32d69dd1aff068c99b95cb64743c0043183bd2b6e105705de254818bce012180
|
| 3 |
+
size 3117056
|