JUNGU commited on
Commit
f404a7a
โ€ข
1 Parent(s): 646c8f8

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([70, 30],width="auto")
19
 
20
  with col1:
21
  st.header("์ง€๋ฌธ")
 
15
  def main():
16
  st.title("ํ•œ๊ตญ์–ด ํ•™์Šต์ž๋ฅผ ์œ„ํ•œ HCI tools")
17
 
18
+ col1, col2 = st.columns([7, 3])
19
 
20
  with col1:
21
  st.header("์ง€๋ฌธ")