ThΓ©o Rousseaux commited on
Commit
b3ff09d
β€’
1 Parent(s): 9ceb6f1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ from utils import save_uploaded_file, encode_video_H264
22
 
23
  st.set_page_config(layout="wide", initial_sidebar_state="collapsed")
24
 
25
- st.title("Welcome to the AI Bros playground! πŸ‹οΈβ€β™‚οΈπŸ€–πŸ‹οΈβ€β™€οΈ")
26
 
27
  # Create two columns
28
  col1, col2 = st.columns(2)
 
22
 
23
  st.set_page_config(layout="wide", initial_sidebar_state="collapsed")
24
 
25
+ st.markdown("# Welcome to the AI Bros playground! πŸ‹οΈβ€β™‚οΈπŸ€–πŸ‹οΈβ€β™€οΈ")
26
 
27
  # Create two columns
28
  col1, col2 = st.columns(2)