Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
patpizio
/
llm-token-probs
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
patpizio
commited on
Jul 9, 2023
Commit
6deae30
·
1 Parent(s):
cf31e9b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
import streamlit as st
2
3
text = st.text_area('Enter some text!')
4
5
if text:
1
import streamlit as st
2
3
+
st.title('How does the LLM choose its words?')
4
+
5
text = st.text_area('Enter some text!')
6
7
if text: