Akshay commited on
Commit
36f21cf
·
1 Parent(s): 70e7b6a

Changed titlename

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def generate_treemap(category: str):
66
  # Create a Gradio interface in vertical layout
67
  categories = list(job_stack_count.keys())
68
  with gr.Blocks() as demo:
69
- gr.Markdown("# Tech Stack Treemap Visualization")
70
  gr.Markdown("Select a category to visualize the distribution of job tech stacks.")
71
 
72
  with gr.Column(): # Ensures vertical layout
 
66
  # Create a Gradio interface in vertical layout
67
  categories = list(job_stack_count.keys())
68
  with gr.Blocks() as demo:
69
+ gr.Markdown("# Data Science Tech Stack Treemap Visualization")
70
  gr.Markdown("Select a category to visualize the distribution of job tech stacks.")
71
 
72
  with gr.Column(): # Ensures vertical layout