Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -160,13 +160,13 @@ def generate_excel_file(df):
|
|
160 |
|
161 |
|
162 |
inputs = [
|
163 |
-
gr.
|
164 |
-
gr.
|
165 |
]
|
166 |
|
167 |
outputs = [
|
168 |
-
gr.
|
169 |
-
gr.
|
170 |
]
|
171 |
|
172 |
interface = gr.Interface(
|
|
|
160 |
|
161 |
|
162 |
inputs = [
|
163 |
+
gr.Textbox(label="Nhập Văn Bản bằng Tiếng Việt để trải nghiệm ngay"),
|
164 |
+
gr.File(label="Chọn Tệp File Word(docx) Bạn Muốn Phân Tích")
|
165 |
]
|
166 |
|
167 |
outputs = [
|
168 |
+
gr.File(label="Kết Quả Phân Tích Excel"),
|
169 |
+
gr.Image(type="filepath", label="Biểu đồ")
|
170 |
]
|
171 |
|
172 |
interface = gr.Interface(
|