Hemanth Sai Garladinne commited on
Commit
4d6db52
Β·
1 Parent(s): e8c65db

Update 🏑_Home.py

Browse files
Files changed (1) hide show
  1. frontend/🏑_Home.py +9 -9
frontend/🏑_Home.py CHANGED
@@ -5,7 +5,6 @@ import textwrap
5
 
6
  import base64
7
 
8
- # image2=Image.open('assets/logo2.png')
9
  st.set_page_config(
10
  page_title="Techdocs",
11
  layout="wide",
@@ -89,15 +88,16 @@ def home_page():
89
  ##### Head over to the `Usage page` to get started!πŸ˜„
90
  """)
91
 
92
- st.sidebar.divider()
93
- st.sidebar.info(
94
- """
95
- Follow us on:
96
 
97
- Github β†’ [@mayureshagashe2105](https://github.com/MayureshAgashe2105)\n
98
- Github β†’ [@HemanthSai7](https://github.com/HemanthSai7)
99
- """
100
- )
 
 
 
 
 
101
 
102
 
103
  if 'access_token' not in st.session_state:
 
5
 
6
  import base64
7
 
 
8
  st.set_page_config(
9
  page_title="Techdocs",
10
  layout="wide",
 
88
  ##### Head over to the `Usage page` to get started!πŸ˜„
89
  """)
90
 
 
 
 
 
91
 
92
+ st.sidebar.divider()
93
+ st.sidebar.info(
94
+ """
95
+ Follow us on:
96
+
97
+ Github β†’ [@mayureshagashe2105](https://github.com/MayureshAgashe2105)\n
98
+ Github β†’ [@HemanthSai7](https://github.com/HemanthSai7)
99
+ """
100
+ )
101
 
102
 
103
  if 'access_token' not in st.session_state: