Spaces:
Paused
Paused
update author
Browse files
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(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
)
|