JUNGU commited on
Commit
24b820e
ยท
1 Parent(s): 9c5d785

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ openai.api_key = os.getenv("OPENAI_API_KEY") # ์‹ค์ œ ์ฝ”๋“œ์—์„œ ์ฃผ์„ ํ•ด
15
  def main():
16
  st.title("ํ•œ๊ตญ์–ด ํ•™์Šต์ž๋ฅผ ์œ„ํ•œ HCI tools")
17
 
18
- col1, col2 = st.columns([60, 40])
19
 
20
  with col1:
21
  st.header("์ง€๋ฌธ")
 
15
  def main():
16
  st.title("ํ•œ๊ตญ์–ด ํ•™์Šต์ž๋ฅผ ์œ„ํ•œ HCI tools")
17
 
18
+ col1, col2 = st.columns([60, 40], gap="large")
19
 
20
  with col1:
21
  st.header("์ง€๋ฌธ")