ProfessorLeVesseur commited on
Commit
1485adb
1 Parent(s): c632e98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -42,9 +42,12 @@ with st.sidebar:
42
  # Set the desired width in pixels
43
  image_width = 300
44
  # Define the path to the image
45
- image_path = "MTSSai_logo.png"
46
  # Display the image
47
- st.image(image_path, width=image_width)
 
 
 
48
 
49
  # Toggle for Help and Report a Bug
50
  with st.expander("Need help and report a bug"):
 
42
  # Set the desired width in pixels
43
  image_width = 300
44
  # Define the path to the image
45
+ # image_path = "MTSSai_logo.png"
46
  # Display the image
47
+ # st.image(image_path, width=image_width)
48
+
49
+ # Set the title
50
+ st.title("MTSS.ai")
51
 
52
  # Toggle for Help and Report a Bug
53
  with st.expander("Need help and report a bug"):