Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ col1, col2 = st.columns([1, 3]) # Adjust the ratio as needed
|
|
14 |
|
15 |
# Load and display the logo image in the first column
|
16 |
with col1:
|
17 |
-
image_path = "
|
18 |
st.image(image_path, width=150) # Adjust the width as needed
|
19 |
|
20 |
# Set the title of the app in the second column
|
|
|
14 |
|
15 |
# Load and display the logo image in the first column
|
16 |
with col1:
|
17 |
+
image_path = "niq.png" # Update this path if your image is in a different directory
|
18 |
st.image(image_path, width=150) # Adjust the width as needed
|
19 |
|
20 |
# Set the title of the app in the second column
|