Update app.py
Browse files
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
|
| 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():
|