Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|