sdbrgo commited on
Commit
2ae8692
·
verified ·
1 Parent(s): 4c802e5

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.markdown("# 🧠 Worker Profiling & Cluster Analysis")
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")