update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def final_clustering(file, top_features):
|
|
| 48 |
#========== GRADIO INTERFACE ==========
|
| 49 |
with gr.Blocks(title="PERCEUL: Perception-Based Worker Profiler") as app:
|
| 50 |
|
| 51 |
-
gr.
|
| 52 |
|
| 53 |
with gr.Tab("Final Clustering"):
|
| 54 |
file_input_final = gr.File(label="Upload CSV")
|
|
|
|
| 48 |
#========== GRADIO INTERFACE ==========
|
| 49 |
with gr.Blocks(title="PERCEUL: Perception-Based Worker Profiler") as app:
|
| 50 |
|
| 51 |
+
gr.Markdown("# 🧠 Worker Profiling & Cluster Analysis")
|
| 52 |
|
| 53 |
with gr.Tab("Final Clustering"):
|
| 54 |
file_input_final = gr.File(label="Upload CSV")
|