Update app.py
Browse files
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="
|
| 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 |
|