Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ interface = gr.Interface(
|
|
33 |
],
|
34 |
outputs=[
|
35 |
gr.Textbox(label="Processed Text"),
|
36 |
-
gr.
|
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.",
|