cloud-sean commited on
Commit
8e8d035
·
verified ·
1 Parent(s): 050a938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def create_interactive_graph_from_json(json_data, category_to_color):
238
 
239
  def format_sdoh_entities_as_list(json_data):
240
  # print(json_data)
241
- relevant_categories = ['EMPLOYMENT', 'LIVING_STATUS', 'SUBSTANCE_USE', 'SUBSTANCE_USE_AMOUNT', 'ETHNICITY']
242
  formatted_result = []
243
 
244
 
 
238
 
239
  def format_sdoh_entities_as_list(json_data):
240
  # print(json_data)
241
+ relevant_categories = ['EMPLOYMENT', 'LIVING_STATUS', 'SUBSTANCEUSE', 'SUBSTANCEUSEAMOUNT', 'ETHNICITY']
242
  formatted_result = []
243
 
244