nam194 commited on
Commit
dfc3c55
1 Parent(s): 1cafba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def flip_image(x):
61
  with gr.Blocks() as demo:
62
  gr.Markdown("Demo projects Review Company and Resume parser phase 1.")
63
  with gr.Tab("Review Company"):
64
- text_input = gr.Textbox(label="Input sentence:", placeholder="input here...")
65
  text_output = gr.Textbox(label="Result:")
66
  text_button = gr.Button("Predict")
67
  with gr.Tab("Extract infomation from resume"):
 
61
  with gr.Blocks() as demo:
62
  gr.Markdown("Demo projects Review Company and Resume parser phase 1.")
63
  with gr.Tab("Review Company"):
64
+ 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...")
65
  text_output = gr.Textbox(label="Result:")
66
  text_button = gr.Button("Predict")
67
  with gr.Tab("Extract infomation from resume"):