awacke1 commited on
Commit
468c1fd
Β·
1 Parent(s): 26fbc34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def main():
122
  if "current_index" not in st.session_state:
123
  st.session_state.current_index = random.randint(0, len(quotes)-1)
124
 
125
- st.title("Quote Bot AutoRepeat")
126
 
127
  # AutoRepeat radio button
128
  st.session_state.auto_repeat = st.radio("πŸ”„ AutoRepeat", ["On", "Off"], horizontal=True)
 
122
  if "current_index" not in st.session_state:
123
  st.session_state.current_index = random.randint(0, len(quotes)-1)
124
 
125
+ st.title("Quote Bot AutoRepeater")
126
 
127
  # AutoRepeat radio button
128
  st.session_state.auto_repeat = st.radio("πŸ”„ AutoRepeat", ["On", "Off"], horizontal=True)