ProfessorLeVesseur commited on
Commit
7557518
·
verified ·
1 Parent(s): 7af85ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def encode_image(image_file):
7
  return base64.b64encode(image_file.getvalue()).decode("utf-8")
8
 
9
  # Streamlit page setup
10
- st.set_page_config(page_title="MTSS Image Accessibility Alt Text Generator", layout="wide", initial_sidebar_state="collapsed")
11
 
12
  #Add the image with a specified width
13
  image_width = 300 # Set the desired width in pixels
 
7
  return base64.b64encode(image_file.getvalue()).decode("utf-8")
8
 
9
  # Streamlit page setup
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