Spaces:
Runtime error
Runtime error
Commit
·
3937f8c
1
Parent(s):
8b89712
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def analyze_file(file, sentence):
|
|
182 |
return excel_file_path, pie_chart_name, None
|
183 |
|
184 |
inputs = [
|
185 |
-
gr.inputs.File(label="Select File for Analysis"),
|
186 |
gr.inputs.Textbox(label="Enter Text")
|
187 |
]
|
188 |
outputs = [
|
|
|
182 |
return excel_file_path, pie_chart_name, None
|
183 |
|
184 |
inputs = [
|
185 |
+
gr.inputs.File(label="Select File Docx (Word) for Analysis"),
|
186 |
gr.inputs.Textbox(label="Enter Text")
|
187 |
]
|
188 |
outputs = [
|