Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,6 @@ interface = gr.Interface(
|
|
| 86 |
elem_id="output-box"),
|
| 87 |
title = "KC Predictor",
|
| 88 |
description="Dự đoán nhãn KC dựa trên Naive Bayes.",
|
| 89 |
-
layout="vertical",
|
| 90 |
css=css,
|
| 91 |
allow_flagging="never"
|
| 92 |
)
|
|
|
|
| 86 |
elem_id="output-box"),
|
| 87 |
title = "KC Predictor",
|
| 88 |
description="Dự đoán nhãn KC dựa trên Naive Bayes.",
|
|
|
|
| 89 |
css=css,
|
| 90 |
allow_flagging="never"
|
| 91 |
)
|