Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -161,7 +161,7 @@ if choice == 'টেক্সট ইনপুট':
|
|
| 161 |
my_list.append(tuple(word))
|
| 162 |
annotated_text(my_list)
|
| 163 |
|
| 164 |
-
if choice == 'ফাইল আপলোড
|
| 165 |
uploaded_file = st.file_uploader("Upload your File in .txt format", type=["txt"])
|
| 166 |
if uploaded_file is not None:
|
| 167 |
lines = uploaded_file.read().decode('utf-8').splitlines()
|
|
|
|
| 161 |
my_list.append(tuple(word))
|
| 162 |
annotated_text(my_list)
|
| 163 |
|
| 164 |
+
if choice == 'ফাইল আপলোড':
|
| 165 |
uploaded_file = st.file_uploader("Upload your File in .txt format", type=["txt"])
|
| 166 |
if uploaded_file is not None:
|
| 167 |
lines = uploaded_file.read().decode('utf-8').splitlines()
|