Spaces:
Runtime error
Runtime error
Rename text input description
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ with col2:
|
|
| 113 |
with col3:
|
| 114 |
hub_dataset_split = st.text_input("Dataset split", "train")
|
| 115 |
|
| 116 |
-
text_column = st.text_input("Text
|
| 117 |
language = st.selectbox("Language", LANGUAGES, 12)
|
| 118 |
sample = st.number_input("Maximum number of documents to use", 1, 100000, 1000)
|
| 119 |
dimensionality_reduction = st.selectbox("Dimensionality Reduction algorithm", DIMENSIONALITY_REDUCTION_ALGORITHMS, 0)
|
|
|
|
| 113 |
with col3:
|
| 114 |
hub_dataset_split = st.text_input("Dataset split", "train")
|
| 115 |
|
| 116 |
+
text_column = st.text_input("Text field name", "text")
|
| 117 |
language = st.selectbox("Language", LANGUAGES, 12)
|
| 118 |
sample = st.number_input("Maximum number of documents to use", 1, 100000, 1000)
|
| 119 |
dimensionality_reduction = st.selectbox("Dimensionality Reduction algorithm", DIMENSIONALITY_REDUCTION_ALGORITHMS, 0)
|