edugp commited on
Commit
bf3498e
1 Parent(s): 92cad16

Rename text input description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 column 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)
 
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)