Di12 commited on
Commit
21ba5b5
·
verified ·
1 Parent(s): 74cc1df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -382,7 +382,7 @@ with gr.Blocks() as demo:
382
  gr.Markdown("Hoặc tải lên tệp .txt, .docx hoặc .csv chứa các bình luận:")
383
  file_input = gr.File(label="Tải tệp", file_types=[".txt", ".csv", ".docx"])
384
  predict_button = gr.Button("Dự đoán")
385
- output_table = gr.Dataframe(headers=["Comment", "Dự đoán", 'Khả năng tiêu cực', 'Khả năng bình thường', 'Khả năng tích cực'],
386
  interactive=False,
387
  wrap=True,
388
  max_chars=60,
 
382
  gr.Markdown("Hoặc tải lên tệp .txt, .docx hoặc .csv chứa các bình luận:")
383
  file_input = gr.File(label="Tải tệp", file_types=[".txt", ".csv", ".docx"])
384
  predict_button = gr.Button("Dự đoán")
385
+ output_table = gr.Dataframe(headers=["Comment", "Dự đoán", 'Aspects'],
386
  interactive=False,
387
  wrap=True,
388
  max_chars=60,