Update D2-property-rental-assistant notebooks

This commit is contained in:
ZnDream
2025-08-15 14:47:31 +01:00
parent c2fae08c86
commit e5f6bb9236

View File

@@ -39,7 +39,7 @@
"}\n",
"\n",
"class Website:\n",
" def __init__(self, url): # ✅ Corrected init\n",
" def __init__(self, url):\n",
" self.url = url\n",
" try:\n",
" response = requests.get(url, headers=headers, timeout=10)\n",
@@ -163,7 +163,7 @@
"metadata": {},
"outputs": [],
"source": [
"if __name__ == \"__main__\": # Fixed: Changed **name** to __name__\n",
"if __name__ == \"__main__\": \n",
" print(\"Starting AI Property Rental Assistant...\")\n",
" print(\"=\" * 50)\n",
" \n",