awacke1 commited on
Commit
8601466
Β·
1 Parent(s): 5330d13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -222,7 +222,16 @@ python_parts = {
222
  "Error Handling": {"emoji": "⚠️", "details": "Try, Except, Finally, Raising"},
223
  "Libraries": {"emoji": "πŸ“š", "details": "Numpy, Pandas, Scikit-Learn, TensorFlow"},
224
  "Advanced Concepts": {"emoji": "🧠", "details": "Decorators, Generators, Context Managers, Metaclasses, Asynchronous Programming"},
225
- "Top PyPI Libraries": {"emoji": "πŸ†", "details": "Requests, Pillow, SQLAlchemy, Flask, Django, SciPy, Beautiful Soup, PyTest, PyGame, Twisted"}
 
 
 
 
 
 
 
 
 
226
  }
227
 
228
  response_placeholders = {}
 
222
  "Error Handling": {"emoji": "⚠️", "details": "Try, Except, Finally, Raising"},
223
  "Libraries": {"emoji": "πŸ“š", "details": "Numpy, Pandas, Scikit-Learn, TensorFlow"},
224
  "Advanced Concepts": {"emoji": "🧠", "details": "Decorators, Generators, Context Managers, Metaclasses, Asynchronous Programming"},
225
+ "Top PyPI Libraries1": {"emoji": "πŸ†", "details": "Requests, Pillow, SQLAlchemy, Flask, Django, SciPy, Beautiful Soup, PyTest, PyGame, Twisted"}
226
+ "Top PyPI Libraries2": {"emoji": "πŸ†", "details": "numpy, pandas, matplotlib, requests, beautifulsoup4"}
227
+ "Top PyPI Libraries3": {"emoji": "πŸ†", "details": "langchain, openai, PyPDF2, pytz"}
228
+ "Top PyPI Libraries4": {"emoji": "πŸ†", "details": "streamlit, audio_recorder_streamlit, gradio"}
229
+ "Top PyPI Libraries5": {"emoji": "πŸ†", "details": "tiktoken"}
230
+ "Top PyPI Libraries6": {"emoji": "πŸ†", "details": "textract"}
231
+ "Top PyPI Libraries7": {"emoji": "πŸ†", "details": "glob, io"}
232
+ "Top PyPI Libraries8": {"emoji": "πŸ†", "details": "json, base64"}
233
+ "Top PyPI Libraries9": {"emoji": "πŸ†", "details": "zipfile, random"}
234
+ "Top PyPI Libraries10": {"emoji": "πŸ†", "details": "httpx, asyncio, xml, collections, huggingface "}
235
  }
236
 
237
  response_placeholders = {}