Spaces:
Sleeping
Sleeping
iababio
commited on
Commit
•
9cd81e9
1
Parent(s):
2c4cdb1
Added a new logo
Browse files- Fordham-University-Logo.png +0 -0
- Fordham_University_text_only_logo.png +0 -0
- app.py +1 -1
Fordham-University-Logo.png
ADDED
Fordham_University_text_only_logo.png
ADDED
app.py
CHANGED
@@ -153,7 +153,7 @@ def search_data(input_text, operator_val, search_type):
|
|
153 |
def app():
|
154 |
|
155 |
# Load the image and display it
|
156 |
-
image = Image.open('
|
157 |
st.image(image)
|
158 |
|
159 |
# Add a text description
|
|
|
153 |
def app():
|
154 |
|
155 |
# Load the image and display it
|
156 |
+
image = Image.open('Fordham-University-Logo.png')
|
157 |
st.image(image)
|
158 |
|
159 |
# Add a text description
|