patpizio commited on
Commit
aea05a2
·
verified ·
1 Parent(s): 47fd2b6

Fixed typo in Title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def plot_word_scores(top_token_ids, outputs, tokenizer, boolq=False, width=600):
36
  )
37
  return fig
38
 
39
- st.title('How do LLM choose their words?')
40
 
41
  instruction = st.text_area(label='Write an instruction:', placeholder='Where is Venice located?')
42
 
 
36
  )
37
  return fig
38
 
39
+ st.title('How do LLMs choose their words?')
40
 
41
  instruction = st.text_area(label='Write an instruction:', placeholder='Where is Venice located?')
42