cecilemacaire commited on
Commit
402c141
1 Parent(s): ff77171

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -116,7 +116,7 @@ sentence_to_map = process_output_trad(pred)
116
  pictogram_ids = [get_id_picto_from_predicted_lemma(lexicon, lemma) for lemma in sentence_to_map]
117
  ```
118
 
119
- ## Viewing the predicted sequence of ARASAAC pictograms
120
 
121
  ```python
122
  def generate_html(ids):
 
116
  pictogram_ids = [get_id_picto_from_predicted_lemma(lexicon, lemma) for lemma in sentence_to_map]
117
  ```
118
 
119
+ ## Viewing the predicted sequence of ARASAAC pictograms in a HTML file
120
 
121
  ```python
122
  def generate_html(ids):