dlennon commited on
Commit
f35882d
·
verified ·
1 Parent(s): 13906dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([3, 1])
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)