Skip to content

Commit

Permalink
add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarevskiydp committed Jan 4, 2022
1 parent 5056b45 commit c9a9b80
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added mongo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mongo/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_data(client):


def main():
st.subheader("Mongo")
st.image("mongo/logo.png", width=300)

# Initialize connection.
client = pymongo.MongoClient(**st.secrets["mongo"])
Expand Down
Binary file added postgres/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion postgres/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_sql_query(filename):


def main():
st.subheader("Postgres")
st.image("postgres/logo.png", width=300)

show_schema = st.checkbox("Показать диаграмму")
if show_schema:
Expand Down

0 comments on commit c9a9b80

Please sign in to comment.