evijit HF Staff commited on
Commit
1d39490
·
verified ·
1 Parent(s): e65f153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(title="🤗 Dataverse Explorer", fill_width=True) as demo:
135
  )
136
 
137
  skip_cats_textbox = gr.Textbox(
138
- label="Categories to Skip (e.g., Other)",
139
  value="Other"
140
  )
141
 
 
135
  )
136
 
137
  skip_cats_textbox = gr.Textbox(
138
+ label="Organizations to Skip from the plot",
139
  value="Other"
140
  )
141