Spaces:
Sleeping
Sleeping
Fixed typo in Title
Browse files
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
|
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 |
|