Hyeonseo commited on
Commit
db2df24
β€’
1 Parent(s): 252d19f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with tab2:
56
 
57
  thema_select = st.selectbox(
58
  'μ›ν•˜λŠ” ν…œν”Œλ¦Ώμ„ μ„ νƒν•˜μ„Έμš”.',
59
- ['default', 'yellow', 'blue', 'green', 'custom'])
60
 
61
  if thema_select == "custom":
62
  uploaded_template_file = st.file_uploader('Choose File!', type='pptx', key="<template_uploader>")
 
56
 
57
  thema_select = st.selectbox(
58
  'μ›ν•˜λŠ” ν…œν”Œλ¦Ώμ„ μ„ νƒν•˜μ„Έμš”.',
59
+ ['default', 'yellow', 'gradation_green', 'blue', 'green', 'custom'])
60
 
61
  if thema_select == "custom":
62
  uploaded_template_file = st.file_uploader('Choose File!', type='pptx', key="<template_uploader>")