awacke1 commited on
Commit
93bd824
Β·
1 Parent(s): fe4977d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -227,7 +227,10 @@ python_parts = {
227
  "File Handling & Serialization": {"emoji": "πŸ“", "details": "PyPDF2, Pytz, Json, Base64, Zipfile, Random, Glob, IO"},
228
  "Machine Learning & AI": {"emoji": "πŸ€–", "details": "OpenAI, LangChain, HuggingFace"},
229
  "Text & Data Extraction": {"emoji": "πŸ”", "details": "TikToken, Textract, SQLAlchemy, Pillow"},
230
- "XML & Collections Libraries": {"emoji": "πŸ“š", "details": "XML, Collections"}
 
 
 
231
  }
232
 
233
 
 
227
  "File Handling & Serialization": {"emoji": "πŸ“", "details": "PyPDF2, Pytz, Json, Base64, Zipfile, Random, Glob, IO"},
228
  "Machine Learning & AI": {"emoji": "πŸ€–", "details": "OpenAI, LangChain, HuggingFace"},
229
  "Text & Data Extraction": {"emoji": "πŸ”", "details": "TikToken, Textract, SQLAlchemy, Pillow"},
230
+ "XML & Collections Libraries": {"emoji": "πŸ“š", "details": "XML, Collections"},
231
+ "Top PyPI Libraries1": {"emoji": "πŸ†", "details": "matplotlib, seaborn, plotly, altair, bokeh, pydeck"},
232
+ "Top PyPI Libraries2": {"emoji": "πŸ†", "details": "streamlit, streamlit-aggrid, streamlit-folium, streamlit-pandas-profiling, streamlit-vega-lite"},
233
+ "Top PyPI Libraries3": {"emoji": "πŸ†", "details": "holoviews, plotnine, graphviz"},
234
  }
235
 
236