JUNGU commited on
Commit
471b2f6
โ€ข
1 Parent(s): fcc58e7

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