patpizio commited on
Commit
50a5784
1 Parent(s): 11743b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,5 +102,5 @@ if instruction:
102
 
103
  st.write(output_text)
104
 
105
- fig = plot_word_scores(top_token_ids(outputs, threshold=threshold), outputs, tokenizer)
106
- st.plotly_chart(fig, theme=None, use_container_width=False)
 
102
 
103
  st.write(output_text)
104
 
105
+ fig = plot_word_scores(top_token_ids(outputs, threshold=threshold), outputs, tokenizer)
106
+ st.plotly_chart(fig, theme=None, use_container_width=False)