Hemanth Sai Garladinne commited on
Commit
50b1521
·
1 Parent(s): a648bd3

Update Code.py

Browse files
Files changed (1) hide show
  1. frontend/pages/Code.py +10 -0
frontend/pages/Code.py CHANGED
@@ -103,6 +103,16 @@ def code_page():
103
  else:
104
  st.warning("Please enter some code.")
105
 
 
 
 
 
 
 
 
 
 
 
106
 
107
  if 'access_token' not in st.session_state:
108
  st.session_state.runpage = auth_page
 
103
  else:
104
  st.warning("Please enter some code.")
105
 
106
+ st.sidebar.divider()
107
+ st.sidebar.info(
108
+ """
109
+ Follow us on:
110
+
111
+ Github → [@mayureshagashe2105](https://github.com/MayureshAgashe2105)\n
112
+ Github → [@HemanthSai7](https://github.com/HemanthSai7)
113
+ """
114
+ )
115
+
116
 
117
  if 'access_token' not in st.session_state:
118
  st.session_state.runpage = auth_page