Skip to content

Commit

Permalink
Update 🏡_Home.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthSai7 authored Oct 1, 2023
1 parent 77950ae commit d4f2e26
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions frontend/🏡_Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import base64

# image2=Image.open('assets/logo2.png')
st.set_page_config(
page_title="Techdocs",
layout="wide",
Expand Down Expand Up @@ -89,15 +88,16 @@ def set_page_background(png_file):
##### Head over to the `Usage page` to get started!😄
""")

st.sidebar.divider()
st.sidebar.info(
"""
Follow us on:

Github → [@mayureshagashe2105](https://github.com/MayureshAgashe2105)\n
Github → [@HemanthSai7](https://github.com/HemanthSai7)
"""
)
st.sidebar.divider()
st.sidebar.info(
"""
Follow us on:
Github → [@mayureshagashe2105](https://github.com/MayureshAgashe2105)\n
Github → [@HemanthSai7](https://github.com/HemanthSai7)
"""
)


if 'access_token' not in st.session_state:
Expand Down

0 comments on commit d4f2e26

Please sign in to comment.