Spaces:
Runtime error
Runtime error
Update fields_config_plants.py
Browse files- fields_config_plants.py +1 -0
fields_config_plants.py
CHANGED
|
@@ -9,6 +9,7 @@ CONFIG = {
|
|
| 9 |
"common": {"col": "common_name", "html_id": "ContentPlaceHolder1_lblCommanName", "use_bleach": False},
|
| 10 |
"fam": {"col": "family", "html_id": "ContentPlaceHolder1_lblFamily", "use_bleach": False},
|
| 11 |
"author_info": {"col": "author", "html_id": "ContentPlaceHolder1_txtAuthor", "use_bleach": False},
|
|
|
|
| 12 |
|
| 13 |
# --- 评级与环境 ---
|
| 14 |
"hardiness": {"col": "usda_hardiness", "html_id": "ContentPlaceHolder1_lblUSDAhardiness", "use_bleach": False},
|
|
|
|
| 9 |
"common": {"col": "common_name", "html_id": "ContentPlaceHolder1_lblCommanName", "use_bleach": False},
|
| 10 |
"fam": {"col": "family", "html_id": "ContentPlaceHolder1_lblFamily", "use_bleach": False},
|
| 11 |
"author_info": {"col": "author", "html_id": "ContentPlaceHolder1_txtAuthor", "use_bleach": False},
|
| 12 |
+
"title": {"col": "title", "html_id": "ContentPlaceHolder1_lblTitle", "use_bleach": False},
|
| 13 |
|
| 14 |
# --- 评级与环境 ---
|
| 15 |
"hardiness": {"col": "usda_hardiness", "html_id": "ContentPlaceHolder1_lblUSDAhardiness", "use_bleach": False},
|