Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def qa_infer_interface(property_choice, query_question):
|
|
| 101 |
property_choice = user_choices[0]
|
| 102 |
property_row = [row for row in data if row[1] == property_choice][0] # Find the row corresponding to the selected property
|
| 103 |
if not query_question:
|
| 104 |
-
query_question = "
|
| 105 |
retries = 3
|
| 106 |
while retries > 0:
|
| 107 |
try:
|
|
|
|
| 101 |
property_choice = user_choices[0]
|
| 102 |
property_row = [row for row in data if row[1] == property_choice][0] # Find the row corresponding to the selected property
|
| 103 |
if not query_question:
|
| 104 |
+
query_question = "area"
|
| 105 |
retries = 3
|
| 106 |
while retries > 0:
|
| 107 |
try:
|