Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ def analyze_attrition_with_llm(df_dict, hr_query):
|
|
| 66 |
with gr.Blocks() as demo:
|
| 67 |
gr.Markdown("<h1>AI-Driven Employee Attrition Risk Analysis</h1>")
|
| 68 |
file_input = gr.File(label="Upload Employee Feedback CSV", file_types=[".csv"])
|
| 69 |
-
process_button = gr.Button("Process CSV")
|
| 70 |
process_message = gr.Markdown()
|
| 71 |
hr_input = gr.Textbox(label="Employee Name or HR Query")
|
| 72 |
analyze_button = gr.Button("Check Attrition Risk")
|
|
|
|
| 66 |
with gr.Blocks() as demo:
|
| 67 |
gr.Markdown("<h1>AI-Driven Employee Attrition Risk Analysis</h1>")
|
| 68 |
file_input = gr.File(label="Upload Employee Feedback CSV", file_types=[".csv"])
|
| 69 |
+
process_button = gr.Button("Process CSV file")
|
| 70 |
process_message = gr.Markdown()
|
| 71 |
hr_input = gr.Textbox(label="Employee Name or HR Query")
|
| 72 |
analyze_button = gr.Button("Check Attrition Risk")
|