Hyeonseo commited on
Commit
bed2c62
β€’
1 Parent(s): 194c66b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with tab3:
102
  gpt_token = st.text_input('Please enter your ChatGPT API token.', key="<PPT2Script_token>")
103
  st.markdown('-------------------------')
104
 
105
- st.subheader(':bookmark_tabs:Presentation Script Generator')
106
 
107
  file_order = ['PDF', 'PPT']
108
  choose = st.radio('Please select the file format of the presentation material', file_order)
 
102
  gpt_token = st.text_input('Please enter your ChatGPT API token.', key="<PPT2Script_token>")
103
  st.markdown('-------------------------')
104
 
105
+ st.subheader(':bookmark_tabs: Presentation Script Generator')
106
 
107
  file_order = ['PDF', 'PPT']
108
  choose = st.radio('Please select the file format of the presentation material', file_order)