Spaces:
Sleeping
Sleeping
iababio
commited on
Commit
•
a2dc6e4
1
Parent(s):
0c04f42
changed logo
Browse files
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_text_only_logo.png')
|
157 |
st.image(image)
|
158 |
|
159 |
# Add a text description
|