bizvideoschool
commited on
Commit
•
70c123b
1
Parent(s):
95ed11c
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,8 @@ def CustomChatGPT(user_input, messages):
|
|
26 |
# Set layout to wide
|
27 |
st.set_page_config(layout="wide")
|
28 |
|
29 |
-
|
|
|
30 |
|
31 |
# Create columns for input and output
|
32 |
col1, col2 = st.columns(2)
|
|
|
26 |
# Set layout to wide
|
27 |
st.set_page_config(layout="wide")
|
28 |
|
29 |
+
# Centered title
|
30 |
+
st.markdown("<h1 style='text-align: center; color: black;'>Video Idea Generator for Real Estate Agents</h1>", unsafe_allow_html=True)
|
31 |
|
32 |
# Create columns for input and output
|
33 |
col1, col2 = st.columns(2)
|