Hyeonseo commited on
Commit
e392417
โ€ข
1 Parent(s): ff11908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 ์ž๋™ ์ƒ์„ฑ๊ธฐ:computer:')
56
 
57
  thema_select = st.selectbox(
58
  '์›ํ•˜๋Š” ํ…œํ”Œ๋ฆฟ์„ ์„ ํƒํ•˜์„ธ์š”.',
@@ -98,6 +98,7 @@ with tab2:
98
 
99
  with tab3:
100
  st.header('PPT2Script')
 
101
  gpt_token = st.text_input('์ฑ—GPT API ํ† ํฐ์„ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.', key="<PPT2Script_token>")
102
  st.markdown('-------------------------')
103
 
 
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