Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|