F-allahmoradi commited on
Commit
0d5e60e
·
verified ·
1 Parent(s): 0da781a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ interface = gr.Interface(
33
  ],
34
  outputs=[
35
  gr.Textbox(label="Processed Text"),
36
- gr.HTML(label="File Processing Result"),
37
  ],
38
  title="Persian Text Processor",
39
  description="Process Persian text or upload a CSV file with a 'Comment' column.",
 
33
  ],
34
  outputs=[
35
  gr.Textbox(label="Processed Text"),
36
+ gr.File(label="File Processing Result"),
37
  ],
38
  title="Persian Text Processor",
39
  description="Process Persian text or upload a CSV file with a 'Comment' column.",