Skip to content

Commit

Permalink
Fixed bug in example code.
Browse files Browse the repository at this point in the history
  • Loading branch information
treuille authored Oct 1, 2019
1 parent 8876f17 commit 7e16dc8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ import streamlit as st

x = st.slider('x')
st.write(x, 'squared is', x * x)
'''
# A simple app in 2 lines of code!
reps = st.slider('Repetitions', 1, 10)
st.write('Hello world. ' * reps)
```

## Installation :floppy_disk:
Expand Down

0 comments on commit 7e16dc8

Please sign in to comment.