Alimubariz124 commited on
Commit
bd42d8d
·
verified ·
1 Parent(s): 0983d61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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
 
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