imvladikon commited on
Commit
69b2a84
1 Parent(s): 9b1009a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ if __name__ == '__main__':
138
  html = f"""
139
  <div style="display: flex; flex-direction: row; justify-content: space-between; direction: rtl">
140
  <div>
141
- <h3>Nemo model results</h3>
142
  {nemo_html}
143
  </div>
144
  </div>
 
138
  html = f"""
139
  <div style="display: flex; flex-direction: row; justify-content: space-between; direction: rtl">
140
  <div>
141
+ <h3>WikiANN-trained model results</h3>
142
  {nemo_html}
143
  </div>
144
  </div>