awacke1 commited on
Commit
ff320bc
Β·
1 Parent(s): 5739290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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))