JUNGU commited on
Commit
6a66a1c
ยท
1 Parent(s): 9940b88

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