Spaces:
Sleeping
Sleeping
Thรฉo Rousseaux
commited on
Commit
ยท
b3ff09d
1
Parent(s):
9ceb6f1
UI
Browse files
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.
|
| 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)
|