Skip to content

Commit

Permalink
remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy-aw committed Feb 26, 2024
1 parent 96c2eb6 commit c26dbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defog_data/supplementary.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def load_embeddings(emb_path: str) -> tuple[dict, dict]:
"lake.country_name,text,The name of the country where the lake is located",
"lake.state_name,text,The name of the state where the lake is located (if applicable)",
"river.country_name,text,The name of the country the river flows through",
"river.traverse, text, The cities or landmarks the river passes through. Comma delimited and in title case, eg `New York,Albany,Boston`",
"river.traverse,text,The cities or landmarks the river passes through. Comma delimited and in title case, eg `New York,Albany,Boston`",
"state.state_name,text,The name of the state",
"state.country_name,text,The name of the country the state belongs to",
"state.capital,text,The name of the capital city of the state",
Expand Down

0 comments on commit c26dbd8

Please sign in to comment.