Halemo commited on
Commit
22b2241
·
1 Parent(s): 1cdc954

update author

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -140,4 +140,12 @@ if "search_results" in st.session_state and st.session_state["search_results"]:
140
  st.success("Search completed successfully.")
141
 
142
  st.markdown("----")
143
- st.markdown("Developed by Abdulhaleem @ TJM Labs.")
 
 
 
 
 
 
 
 
 
140
  st.success("Search completed successfully.")
141
 
142
  st.markdown("----")
143
+ st.markdown(
144
+ """
145
+ <div style="text-align: center; padding: 10px;">
146
+ Developed by <a href="mailto:abdulhaleem@tjmlabs.com" style="color: #ff4b4b; text-decoration: none;">Abdulhaleem</a> @
147
+ <a href="https://tjmlabs.com" style="color: #ff4b4b; text-decoration: none;">TJM Labs</a>
148
+ </div>
149
+ """,
150
+ unsafe_allow_html=True,
151
+ )