Skip to content

Commit 2348186

Browse files
committed
Change for Rahul's feedback
1 parent d054289 commit 2348186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/14-deep-learning/address_standerdization_using_model_extension.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tags": []
2626
},
2727
"source": [
28-
"[Introduction](#Introduction)\n",
28+
"[Introduction](#Introduction)\\\n",
2929
"[Imports](#Imports)\\\n",
3030
"[Prompt Engineering](#Prompt-Engineering)\\\n",
3131
"[Esri Model Definition(EMD) file](#Esri-Model-Definition(EMD)-file)\\\n",
@@ -390,7 +390,7 @@
390390
" with open(kwargs[\"model\"]) as f:\n",
391391
" temp_payload = json.load(f)\n",
392392
" kwargs.update(temp_payload)\n",
393-
" # This block of the code will parse params from emd or from kwargs through python API\n",
393+
" # This block of the code will parse params from emd or kwargs passed from arcgis.learn python API\n",
394394
" self.API_BASE = kwargs.get(\"api_base\", \"\")\n",
395395
" self.API_KEY = kwargs.get(\"api_key\", \"\")\n",
396396
" self.engine = kwargs.get(\"engine\", \"\")\n",
@@ -583,7 +583,7 @@
583583
" with open(kwargs[\"model\"]) as f:\n",
584584
" temp_payload = json.load(f)\n",
585585
" kwargs.update(temp_payload)\n",
586-
" # This block of the code will parse params from emd or from kwargs through python API\n",
586+
" # This block of the code will parse params from emd or kwargs passed from arcgis.learn python API\n",
587587
" self.API_BASE = kwargs.get(\"api_base\", \"\")\n",
588588
" self.API_KEY = kwargs.get(\"api_key\", \"\")\n",
589589
" self.engine = kwargs.get(\"engine\", \"\")\n",

0 commit comments

Comments
 (0)