Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ DATA = 'π'
|
|
8 |
EMOJIS = ['π€£', 'π', 'π', 'π€ͺ', 'π', 'π€']
|
9 |
|
10 |
# Magic commands
|
11 |
-
st.set_page_config(page_title='Streamlit Super Power Cheat Sheet - Gamified')
|
12 |
-
st.set_option('deprecation.showfileUploaderEncoding', False)
|
13 |
|
14 |
# ------------------------- PLAYER CARDS -------------------------
|
15 |
player1 = [
|
@@ -78,4 +78,4 @@ st.text_area('Type something ' + random.choice(EMOJIS) + ' here')
|
|
78 |
st.date_input('Choose a ' + random.choice(['start', 'end']) + ' ' + DATA + ' date')
|
79 |
st.time_input('What time is it? ' + random.choice(EMOJIS))
|
80 |
st.file_uploader('Upload your favorite ' + DATA + ' ' + random.choice(EMOJIS))
|
81 |
-
st.color_picker('Pick a ' + DATA + ' ' + random.choice(EMOJIS))
|
|
|
8 |
EMOJIS = ['π€£', 'π', 'π', 'π€ͺ', 'π', 'π€']
|
9 |
|
10 |
# Magic commands
|
11 |
+
#st.set_page_config(page_title='Streamlit Super Power Cheat Sheet - Gamified')
|
12 |
+
#st.set_option('deprecation.showfileUploaderEncoding', False)
|
13 |
|
14 |
# ------------------------- PLAYER CARDS -------------------------
|
15 |
player1 = [
|
|
|
78 |
st.date_input('Choose a ' + random.choice(['start', 'end']) + ' ' + DATA + ' date')
|
79 |
st.time_input('What time is it? ' + random.choice(EMOJIS))
|
80 |
st.file_uploader('Upload your favorite ' + DATA + ' ' + random.choice(EMOJIS))
|
81 |
+
st.color_picker('Pick a ' + DATA + ' ' + random.choice(EMOJIS))
|