nam194 commited on
Commit
1757391
·
verified ·
1 Parent(s): ed4ffac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -174,8 +174,8 @@ def norm(result: dict) -> str:
174
 
175
  with gr.Blocks() as demo:
176
  with gr.Tab("REVIEW ANALYSIS"):
177
- text_input = gr.Textbox(label="Input company review 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...")
178
- text_output = gr.Textbox(label="Result:")
179
  text_button = gr.Button("Predict")
180
  with gr.Tab("RESUME PARSER"):
181
  with gr.Column():
 
174
 
175
  with gr.Blocks() as demo:
176
  with gr.Tab("REVIEW ANALYSIS"):
177
+ text_input = gr.Textbox(label="Input company review sentence (in Vietnamese, ex: Sếp lắng nghe, con người thân thiện, không phải OT):", placeholder="input here...")
178
+ text_output = gr.Textbox(label="Result (entities, sentiments, context extracted, ...):")
179
  text_button = gr.Button("Predict")
180
  with gr.Tab("RESUME PARSER"):
181
  with gr.Column():