Spaces:
Sleeping
Sleeping
iababio
commited on
Commit
•
0c04f42
1
Parent(s):
69f8963
modify names
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 |
-
st.markdown("<p style='text-align: center;'> Brought to you with
|
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):
|