seawolf2357 commited on
Commit
cf6dcc7
ยท
verified ยท
1 Parent(s): bc70151

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import streamlit as st
2
 
 
 
 
3
  # ์‚ฌ์ด๋“œ๋ฐ” ํƒ€์ดํ‹€ ์„ค์ •
4
  st.sidebar.title("ViDraft")
5
 
 
1
  import streamlit as st
2
 
3
+ # ํŽ˜์ด์ง€ ์„ค์ •: ๋ ˆ์ด์•„์›ƒ์„ 'wide' ๋ชจ๋“œ๋กœ ๋ณ€๊ฒฝ
4
+ st.set_page_config(layout="wide")
5
+
6
  # ์‚ฌ์ด๋“œ๋ฐ” ํƒ€์ดํ‹€ ์„ค์ •
7
  st.sidebar.title("ViDraft")
8