patpizio commited on
Commit
6deae30
·
1 Parent(s): cf31e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -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: