Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ st.set_page_config(layout="wide")
|
|
59 |
st.markdown("<h1 style='text-align: center; color: black;'>Viral Video Script Generator</h1>", unsafe_allow_html=True)
|
60 |
|
61 |
# Create columns for input and output
|
62 |
-
col1, col2 = st.columns([
|
63 |
|
64 |
with col1:
|
65 |
st.markdown("<h2 style='text-align: center; color: black;'>Video Information</h2>", unsafe_allow_html=True)
|
|
|
59 |
st.markdown("<h1 style='text-align: center; color: black;'>Viral Video Script Generator</h1>", unsafe_allow_html=True)
|
60 |
|
61 |
# Create columns for input and output
|
62 |
+
col1, col2 = st.columns([1, 2])
|
63 |
|
64 |
with col1:
|
65 |
st.markdown("<h2 style='text-align: center; color: black;'>Video Information</h2>", unsafe_allow_html=True)
|