Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with tab2:
|
|
52 |
gpt_token = st.text_input('์ฑGPT API ํ ํฐ์ ์
๋ ฅํด์ฃผ์ธ์.', key="<Text2PPT_token>")
|
53 |
st.markdown('-------------------------')
|
54 |
|
55 |
-
st.subheader(':computer:PPT ์๋
|
56 |
|
57 |
thema_select = st.selectbox(
|
58 |
'์ํ๋ ํ
ํ๋ฆฟ์ ์ ํํ์ธ์.',
|
@@ -98,7 +98,7 @@ with tab2:
|
|
98 |
|
99 |
with tab3:
|
100 |
st.header('PPT2Script')
|
101 |
-
st.subheader(':computer:Script ์๋
|
102 |
gpt_token = st.text_input('์ฑGPT API ํ ํฐ์ ์
๋ ฅํด์ฃผ์ธ์.', key="<PPT2Script_token>")
|
103 |
st.markdown('-------------------------')
|
104 |
|
|
|
52 |
gpt_token = st.text_input('์ฑGPT API ํ ํฐ์ ์
๋ ฅํด์ฃผ์ธ์.', key="<Text2PPT_token>")
|
53 |
st.markdown('-------------------------')
|
54 |
|
55 |
+
st.subheader(':computer: PPT ์๋ ์์ฑ๊ธฐ :computer:')
|
56 |
|
57 |
thema_select = st.selectbox(
|
58 |
'์ํ๋ ํ
ํ๋ฆฟ์ ์ ํํ์ธ์.',
|
|
|
98 |
|
99 |
with tab3:
|
100 |
st.header('PPT2Script')
|
101 |
+
st.subheader(':computer: Script ์๋ ์์ฑ๊ธฐ :computer:')
|
102 |
gpt_token = st.text_input('์ฑGPT API ํ ํฐ์ ์
๋ ฅํด์ฃผ์ธ์.', key="<PPT2Script_token>")
|
103 |
st.markdown('-------------------------')
|
104 |
|