Spaces:
Sleeping
Sleeping
iababio
commited on
Commit
•
83838a9
1
Parent(s):
a2dc6e4
change the banner
Browse files
Understanding-the-Financial-Aid-Process-Banner.jpg
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('Understanding-the-Financial-Aid-Process-Banner.jpg')
|
157 |
st.image(image)
|
158 |
|
159 |
# Add a text description
|