cecilemacaire commited on
Commit
c36b21a
1 Parent(s): e4fc12a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ if sentence:
121
  pictogram_ids = [get_id_picto_from_predicted_lemma(lexicon, lemma) for lemma in sentence_to_map]
122
 
123
  html = generate_html(pictogram_ids)
124
- st.components.v1.html(html, height=250, scrolling=True)
125
 
126
  if pictogram_ids:
127
  # Container to hold the download button
 
121
  pictogram_ids = [get_id_picto_from_predicted_lemma(lexicon, lemma) for lemma in sentence_to_map]
122
 
123
  html = generate_html(pictogram_ids)
124
+ st.components.v1.html(html, height=200, scrolling=True)
125
 
126
  if pictogram_ids:
127
  # Container to hold the download button