Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with tab2:
|
|
56 |
|
57 |
thema_select = st.selectbox(
|
58 |
'μνλ ν
νλ¦Ώμ μ ννμΈμ.',
|
59 |
-
['default', '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', 'blue', 'green', 'custom'])
|
60 |
|
61 |
if thema_select == "custom":
|
62 |
uploaded_template_file = st.file_uploader('Choose File!', type='pptx', key="<template_uploader>")
|