AlirezaF138 commited on
Commit
a1b3563
·
verified ·
1 Parent(s): 3037d70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ iface = gr.Interface(
51
  gr.Checkbox(value=True, label="Unicodes Replacement", interactive=True),
52
  gr.Checkbox(value=True, label="Separate 'می'", interactive=True)
53
  ],
54
- outputs=gr.Textbox(label="Processed Text", interactive=False, lines=10), # Output as copyable text
55
  title="Persian Text Processor with Hazm",
56
  description="Select an operation and normalization parameters to process the input text using Hazm."
57
  )
 
51
  gr.Checkbox(value=True, label="Unicodes Replacement", interactive=True),
52
  gr.Checkbox(value=True, label="Separate 'می'", interactive=True)
53
  ],
54
+ outputs=gr.Textbox(label="Processed Text", interactive=False, lines=10, show_copy_button=True, show_label=True), # Output as copyable text
55
  title="Persian Text Processor with Hazm",
56
  description="Select an operation and normalization parameters to process the input text using Hazm."
57
  )