Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ LANGUAGE = """RecursiveCharacterTextSplitter.from_language(
|
|
| 29 |
"""
|
| 30 |
|
| 31 |
# Streamlit UI
|
| 32 |
-
st.title("
|
| 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])
|