Spaces:
Sleeping
Sleeping
iababio
commited on
Commit
•
78588a0
1
Parent(s):
83838a9
footer
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ def app():
|
|
187 |
# Display the search results
|
188 |
show_results(output_data, search_type)
|
189 |
|
190 |
-
|
191 |
|
192 |
|
193 |
def show_results(output_data, search_type):
|
|
|
187 |
# Display the search results
|
188 |
show_results(output_data, search_type)
|
189 |
|
190 |
+
st.markdown("<p style='text-align: center;'> Brought to you with by <a href='https://github.com/iababio'>Boakye I Ababio</a> | Data © Fordham University </p>", unsafe_allow_html=True)
|
191 |
|
192 |
|
193 |
def show_results(output_data, search_type):
|