Sebbe33 commited on
Commit
64df977
·
verified ·
1 Parent(s): 6c827a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ LANGUAGE = """RecursiveCharacterTextSplitter.from_language(
29
  """
30
 
31
  # Streamlit UI
32
- st.title("Token Chunk Splitter Test")
33
 
34
 
35
  col1, col2, col3, col4 = st.columns([1, 1, 1, 2])
 
29
  """
30
 
31
  # Streamlit UI
32
+ st.title("Understand Chunk and Token")
33
 
34
 
35
  col1, col2, col3, col4 = st.columns([1, 1, 1, 2])