Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -215,5 +215,5 @@ with gr.Blocks(title="Pashto Base Bloom Trainer", theme="soft") as demo:
|
|
| 215 |
gr.Markdown(f"### {labels['load_dataset']}")
|
| 216 |
with gr.Row():
|
| 217 |
dataset_btn = gr.Button(labels["load_dataset"])
|
| 218 |
-
|
| 219 |
|
|
|
|
| 215 |
gr.Markdown(f"### {labels['load_dataset']}")
|
| 216 |
with gr.Row():
|
| 217 |
dataset_btn = gr.Button(labels["load_dataset"])
|
| 218 |
+
dataset_status = gr.Textbox(label=labels["status"], lines=2, interactive=False)
|
| 219 |
|