Spaces:
Runtime error
Runtime error
TuanScientist
commited on
Commit
•
d5a7baa
1
Parent(s):
e15da2e
Update app.py
Browse files
app.py
CHANGED
@@ -190,8 +190,8 @@ def analyze_file(file, sentence):
|
|
190 |
return excel_file_path, pie_chart_name
|
191 |
|
192 |
inputs = [
|
193 |
-
gr.inputs.File(label="Select File for Analysis"),
|
194 |
-
gr.inputs.Textbox(label="Enter Text")
|
195 |
]
|
196 |
outputs = [
|
197 |
gr.outputs.File(label="Analysis Result Excel"),
|
|
|
190 |
return excel_file_path, pie_chart_name
|
191 |
|
192 |
inputs = [
|
193 |
+
gr.inputs.File(label="Please Select World (Docx) File for Analysis"),
|
194 |
+
gr.inputs.Textbox(label="Or Enter Text to try now")
|
195 |
]
|
196 |
outputs = [
|
197 |
gr.outputs.File(label="Analysis Result Excel"),
|