Hyeonseo commited on
Commit
0b5b8f0
ยท
1 Parent(s): e392417

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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,7 +98,7 @@ with tab2:
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
 
 
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