awacke1 commited on
Commit
ac68ff1
1 Parent(s): 27260eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -165,13 +165,13 @@ def fn( text1, text2, num, slider1, slider2, single_checkbox,
165
  # + examples["Purpose: Clinical Focus"]
166
 
167
 
168
- for _, row in samples_df.iterrows():
169
- print(f"Code: {row.Code}")
170
- print(f"Description: {row.Description}")
171
- #print(f"Purpose: Clinical Focus: {row.Purpose: Clinical Focus}")
172
- #print(f"URL: {row.html_url}")
173
- print("=" * 50)
174
- print()
175
 
176
  # SNOMED and CQM ---------------
177
  start_with_searchTermSNOMED = datasetSNOMED.filter(lambda example: example["Description"].startswith('Hospital')) #Hospital
 
165
  # + examples["Purpose: Clinical Focus"]
166
 
167
 
168
+ # for _, row in samples_df.iterrows():
169
+ # print(f"Code: {row.Code}")
170
+ # print(f"Description: {row.Description}")
171
+ # #print(f"Purpose: Clinical Focus: {row.Purpose: Clinical Focus}")
172
+ # #print(f"URL: {row.html_url}")
173
+ # print("=" * 50)
174
+ # print()
175
 
176
  # SNOMED and CQM ---------------
177
  start_with_searchTermSNOMED = datasetSNOMED.filter(lambda example: example["Description"].startswith('Hospital')) #Hospital