tasal9 commited on
Commit
7575966
·
verified ·
1 Parent(s): 6eac820

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- dataset_status = gr.Textbox(label=labels["status"], lines=2, interactive=False)
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