ralate2 commited on
Commit
fec4e3b
·
verified ·
1 Parent(s): cee59aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ else:
51
 
52
 
53
  # Write-up for Visualization 1
54
- sst.write("""
55
  **Licenses by Status**: I chose this visualization as it provides a clear overview of the distribution of licenses across various statuses, presenting the top 5 most common statuses. By showcasing these statuses in a descending order within a bar chart, the visual layout makes it easy to grasp which statuses are most prevalent.
56
 
57
  I chose this color coding, applied to each bar, to enhance visual distinction, allowing users to quickly differentiate between the statuses and comprehend the overall distribution at a glance. Sorting the types in descending order emphasizes the larger categories, making comparisons straightforward and helping users identify prominent trends.
 
51
 
52
 
53
  # Write-up for Visualization 1
54
+ st.write("""
55
  **Licenses by Status**: I chose this visualization as it provides a clear overview of the distribution of licenses across various statuses, presenting the top 5 most common statuses. By showcasing these statuses in a descending order within a bar chart, the visual layout makes it easy to grasp which statuses are most prevalent.
56
 
57
  I chose this color coding, applied to each bar, to enhance visual distinction, allowing users to quickly differentiate between the statuses and comprehend the overall distribution at a glance. Sorting the types in descending order emphasizes the larger categories, making comparisons straightforward and helping users identify prominent trends.