TuanScientist commited on
Commit
b4e1f6b
1 Parent(s): 3a5ffe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,7 +160,7 @@ def generate_excel_file(df):
160
 
161
 
162
  inputs = [
163
- gr.inputs.Textbox(label="Nhập Văn Bản để trải nghiệm ngay"),
164
  gr.inputs.File(label="Chọn Tệp File Word(docx) Bạn Muốn Phân Tích")
165
  ]
166
 
@@ -173,7 +173,7 @@ interface = gr.Interface(
173
  fn=analyze_text,
174
  inputs=inputs,
175
  outputs=outputs,
176
- title="Phân Tích Cảm xúc thông qua Hội Thoại",
177
  allow_flagging="never" # Disable flag button
178
  )
179
 
 
160
 
161
 
162
  inputs = [
163
+ gr.inputs.Textbox(label="Nhập Văn Bản bằng Tiếng Việt để trải nghiệm ngay"),
164
  gr.inputs.File(label="Chọn Tệp File Word(docx) Bạn Muốn Phân Tích")
165
  ]
166
 
 
173
  fn=analyze_text,
174
  inputs=inputs,
175
  outputs=outputs,
176
+ title="Phân Tích Cảm xúc thông qua Hội Thoại bằng Tiếng Việt",
177
  allow_flagging="never" # Disable flag button
178
  )
179