ProfessorLeVesseur commited on
Commit
ac833ba
·
verified ·
1 Parent(s): 045b2f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,10 +10,10 @@ def encode_image(image_file):
10
  st.set_page_config(page_title="MTSS Image Accessibility Alt Text Generator", layout="centered", initial_sidebar_state="collapsed")
11
 
12
  #Add the image with a specified width
13
- # image_width = 300 # Set the desired width in pixels
14
- # st.image('MTSS.ai_Logo.png', width=image_width)
15
 
16
- st.title('MTSS:grey[.ai]')
17
  st.header('VisionText™ | Accessibility')
18
  st.subheader(':green[_Image Alt Text Generator_]')
19
 
 
10
  st.set_page_config(page_title="MTSS Image Accessibility Alt Text Generator", layout="centered", initial_sidebar_state="collapsed")
11
 
12
  #Add the image with a specified width
13
+ image_width = 300 # Set the desired width in pixels
14
+ st.image('MTSS.ai_Logo.png', width=image_width)
15
 
16
+ # st.title('MTSS:grey[.ai]')
17
  st.header('VisionText™ | Accessibility')
18
  st.subheader(':green[_Image Alt Text Generator_]')
19