Di12 commited on
Commit
3ea784c
·
verified ·
1 Parent(s): 158acc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ interface = gr.Interface(
82
  placeholder="Dán nội dung câu hỏi dạng HTML",
83
  label="Nội dung câu hỏi ",
84
  elem_id="input-box"),
85
- outputs = gr.Label(label="KC dự đoán",
86
  elem_id="output-box"),
87
  title = "KC Predictor",
88
  description="Dự đoán nhãn KC dựa trên Naive Bayes.",
 
82
  placeholder="Dán nội dung câu hỏi dạng HTML",
83
  label="Nội dung câu hỏi ",
84
  elem_id="input-box"),
85
+ outputs = gr.Textbox(label="KC dự đoán",
86
  elem_id="output-box"),
87
  title = "KC Predictor",
88
  description="Dự đoán nhãn KC dựa trên Naive Bayes.",