ProfessorLeVesseur commited on
Commit
e157853
1 Parent(s): aa77d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with st.sidebar:
42
  # Set the desired width in pixels
43
  image_width = 300
44
  # Define the path to the image
45
- image_path = "/Users/cheynelevesseur/Desktop/Manual Library/Python_Code/LLM_Projects_1/intervention_analysis_app/mimtss_logo.png"
46
  # Display the image
47
  st.image(image_path, width=image_width)
48
 
 
42
  # Set the desired width in pixels
43
  image_width = 300
44
  # Define the path to the image
45
+ image_path = "mimtss.png"
46
  # Display the image
47
  st.image(image_path, width=image_width)
48