Update app.py
Browse files
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.
|
| 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("์ง๋ฌธ")
|