lewtun HF staff commited on
Commit
387d8f1
1 Parent(s): 8abf5fd

Add pretty_name tag

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. tagging_app.py +9 -0
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  pyyaml
2
- datasets==1.7.0
3
  streamlit
4
  langcodes[data]
 
1
  pyyaml
2
+ datasets==1.9.0
3
  streamlit
4
  langcodes[data]
tagging_app.py CHANGED
@@ -193,6 +193,15 @@ Here is the matching yaml block:
193
 
194
  leftcol, _, rightcol = st.beta_columns([12, 1, 12])
195
 
 
 
 
 
 
 
 
 
 
196
 
197
  #
198
  # TASKS
 
193
 
194
  leftcol, _, rightcol = st.beta_columns([12, 1, 12])
195
 
196
+ #
197
+ # DATASET NAME
198
+ #
199
+ leftcol.markdown("### Dataset name")
200
+ state["pretty_name"] = leftcol.text_area(
201
+ "Pick a nice descriptive name for the dataset",
202
+ )
203
+
204
+
205
 
206
  #
207
  # TASKS