paopaoka3325 commited on
Commit
7d4e93a
·
1 Parent(s): bc0561b

Add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def greet(name1, name2):
68
  key_value_pairs = [[format_identifier(x[0]), *x[1:]] for x in key_value_pairs]
69
 
70
  # Convert the key-value pairs into a table format (a list of lists)
71
- df_pred = pd.DataFrame(key_value_pairs, columns = ["Attribute", "Value"])
72
 
73
 
74
 
 
68
  key_value_pairs = [[format_identifier(x[0]), *x[1:]] for x in key_value_pairs]
69
 
70
  # Convert the key-value pairs into a table format (a list of lists)
71
+ df_pred = pd.DataFrame(key_value_pairs, columns = ["Ontology Attribute", "Value"]).iloc[:19,:]
72
 
73
 
74