ProfessorLeVesseur commited on
Commit
b376142
·
verified ·
1 Parent(s): 78f6649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ st.set_page_config(page_title="MTSS Image Accessibility Alt Text Generator", lay
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 VisionText™ | Accessibility')
17
  st.subheader(':green[_Image Alt Text Generator_]')
18
 
19
  # Retrieve the OpenAI API Key from secrets
 
13
  image_width = 300 # Set the desired width in pixels
14
  st.image('MTSS.ai_Logo.png', width=image_width)
15
 
16
+ st.title('VisionText™ | Accessibility')
17
  st.subheader(':green[_Image Alt Text Generator_]')
18
 
19
  # Retrieve the OpenAI API Key from secrets