nam194 commited on
Commit
e0b2d84
1 Parent(s): 8dcf015

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -156,8 +156,8 @@ def norm(result: str) -> str:
156
 
157
 
158
  with gr.Blocks() as demo:
159
- gr.Markdown("Demo projects Review Company and Resume parser phase 1.")
160
- with gr.Tab("Review Company"):
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")