Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ with tab2:
|
|
| 55 |
st.subheader(':computer:λ¬Έμ ppt μλ μμ±κΈ°:computer:')
|
| 56 |
|
| 57 |
thema_select = st.selectbox(
|
| 58 |
-
'μνλ ν
νλ¦Ώμ
|
| 59 |
['default', 'blue', 'green', 'custom'])
|
| 60 |
|
| 61 |
if thema_select == "custom":
|
|
|
|
| 55 |
st.subheader(':computer:λ¬Έμ ppt μλ μμ±κΈ°:computer:')
|
| 56 |
|
| 57 |
thema_select = st.selectbox(
|
| 58 |
+
'μνλ ν
νλ¦Ώμ μ ννμΈμ.',
|
| 59 |
['default', 'blue', 'green', 'custom'])
|
| 60 |
|
| 61 |
if thema_select == "custom":
|