Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,3 +16,60 @@ st.markdown("""
|
|
16 |
|
17 |
""")
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
""")
|
18 |
|
19 |
+
import streamlit as st
|
20 |
+
|
21 |
+
# Angular libraries
|
22 |
+
st.header("Angular Libraries")
|
23 |
+
st.write("Here are some popular Angular libraries:")
|
24 |
+
|
25 |
+
st.markdown("- [ngx-charts](https://www.npmjs.com/package/@swimlane/ngx-charts)")
|
26 |
+
st.markdown("- [angular-material](https://material.angular.io/)")
|
27 |
+
|
28 |
+
# Node.JS libraries
|
29 |
+
st.header("Node.JS Libraries")
|
30 |
+
st.write("Here are some popular Node.JS libraries:")
|
31 |
+
|
32 |
+
st.markdown("- [express](https://expressjs.com/)")
|
33 |
+
st.markdown("- [axios](https://www.npmjs.com/package/axios)")
|
34 |
+
|
35 |
+
# Docker libraries
|
36 |
+
st.header("Docker Libraries")
|
37 |
+
st.write("Here are some popular Docker libraries:")
|
38 |
+
|
39 |
+
st.markdown("- [docker-py](https://pypi.org/project/docker/)")
|
40 |
+
st.markdown("- [docker-compose](https://docs.docker.com/compose/)")
|
41 |
+
|
42 |
+
# Kubernetes libraries
|
43 |
+
st.header("Kubernetes Libraries")
|
44 |
+
st.write("Here are some popular Kubernetes libraries:")
|
45 |
+
|
46 |
+
st.markdown("- [kubernetes](https://pypi.org/project/kubernetes/)")
|
47 |
+
st.markdown("- [kubeflow](https://www.kubeflow.org/)")
|
48 |
+
|
49 |
+
# GraphQL libraries
|
50 |
+
st.header("GraphQL Libraries")
|
51 |
+
st.write("Here are some popular GraphQL libraries:")
|
52 |
+
|
53 |
+
st.markdown("- [graphene](https://pypi.org/project/graphene/)")
|
54 |
+
st.markdown("- [graphql-core](https://pypi.org/project/graphql-core/)")
|
55 |
+
|
56 |
+
# PostgreSQL libraries
|
57 |
+
st.header("PostgreSQL Libraries")
|
58 |
+
st.write("Here are some popular PostgreSQL libraries:")
|
59 |
+
|
60 |
+
st.markdown("- [psycopg2](https://pypi.org/project/psycopg2/)")
|
61 |
+
st.markdown("- [sqlalchemy](https://pypi.org/project/SQLAlchemy/)")
|
62 |
+
|
63 |
+
# Snowflake libraries
|
64 |
+
st.header("Snowflake Libraries")
|
65 |
+
st.write("Here are some popular Snowflake libraries:")
|
66 |
+
|
67 |
+
st.markdown("- [snowflake-connector-python](https://pypi.org/project/snowflake-connector-python/)")
|
68 |
+
st.markdown("- [snowflake-sqlalchemy](https://pypi.org/project/snowflake-sqlalchemy/)")
|
69 |
+
|
70 |
+
# AI libraries
|
71 |
+
st.header("AI Libraries")
|
72 |
+
st.write("Here are some popular AI libraries:")
|
73 |
+
|
74 |
+
st.markdown("- [tensorflow](https://pypi.org/project/tensorflow/)")
|
75 |
+
st.markdown("- [scikit-learn](https://pypi.org/project/scikit-learn/)")
|