Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
import base64
|
3 |
import openai
|
4 |
|
@@ -13,7 +14,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.ai | Advanced Technical Assistance')
|
17 |
st.header('VisionText™ | Accessibility')
|
18 |
st.subheader(':green[_Image Alt Text Generator_]')
|
19 |
|
|
|
1 |
import streamlit as st
|
2 |
+
st.set_page_config(layout="wide")
|
3 |
import base64
|
4 |
import openai
|
5 |
|
|
|
14 |
image_width = 300 # Set the desired width in pixels
|
15 |
st.image('MTSS.ai_Logo.png', width=image_width)
|
16 |
|
17 |
+
st.title('MTSS:grey[.ai | Advanced Technical Assistance]')
|
18 |
st.header('VisionText™ | Accessibility')
|
19 |
st.subheader(':green[_Image Alt Text Generator_]')
|
20 |
|