Update app.py
Browse files
app.py
CHANGED
@@ -156,8 +156,8 @@ def norm(result: str) -> str:
|
|
156 |
|
157 |
|
158 |
with gr.Blocks() as demo:
|
159 |
-
gr.Markdown("
|
160 |
-
with gr.Tab("Review
|
161 |
text_input = gr.Textbox(label="Input sentence (ex: Sếp tốt, bảo hiểm đóng full lương bảo hiểm cho nhân viên. Hàng năm tăng lương ổn OT không trả thêm tiền, chỉ cho ngày nghỉ và hỗ trợ ăn tối.):", placeholder="input here...")
|
162 |
text_output = gr.Textbox(label="Result:")
|
163 |
text_button = gr.Button("Predict")
|
|
|
156 |
|
157 |
|
158 |
with gr.Blocks() as demo:
|
159 |
+
gr.Markdown("DEMO PROJECTS: REVIEW ANALYSIS AND EXTRACT INFOMATION FROM RESUME")
|
160 |
+
with gr.Tab("Review analysis"):
|
161 |
text_input = gr.Textbox(label="Input sentence (ex: Sếp tốt, bảo hiểm đóng full lương bảo hiểm cho nhân viên. Hàng năm tăng lương ổn OT không trả thêm tiền, chỉ cho ngày nghỉ và hỗ trợ ăn tối.):", placeholder="input here...")
|
162 |
text_output = gr.Textbox(label="Result:")
|
163 |
text_button = gr.Button("Predict")
|