Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,14 @@ 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('
|
|
|
17 |
st.subheader(':green[_Image Alt Text Generator_]')
|
18 |
|
|
|
|
|
|
|
|
|
19 |
# Retrieve the OpenAI API Key from secrets
|
20 |
openai.api_key = st.secrets["openai_api_key"]
|
21 |
|
|
|
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.ai | Advanced Technical Assistance')
|
17 |
+
st.header('VisionText™ | Accessibility')
|
18 |
st.subheader(':green[_Image Alt Text Generator_]')
|
19 |
|
20 |
+
|
21 |
+
# st.title('VisionText™ | Accessibility')
|
22 |
+
# st.subheader(':green[_Image Alt Text Generator_]')
|
23 |
+
|
24 |
# Retrieve the OpenAI API Key from secrets
|
25 |
openai.api_key = st.secrets["openai_api_key"]
|
26 |
|