Skip to content

Commit

Permalink
Merge pull request #915 from landreasl/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
sfc-gh-skekre authored Jan 4, 2024
2 parents ee95b73 + 6d7f48b commit 20ca52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/get-started/fundamentals/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Now that you know a little more about all the individual pieces, let's close
the loop and review how it works together:

1. Streamlit apps are Python scripts that run from top to bottom.
1. Every time a user opens a browser tab pointing to your app, the script is executed and a new session is starts.
1. Every time a user opens a browser tab pointing to your app, the script is executed and a new session starts.
1. As the script executes, Streamlit draws its output live in a browser.
1. Every time a user interacts with a widget, your script is re-executed and Streamlit redraws its output in the brower.
- The output value of that widget matches the new value during that rerun.
Expand Down

0 comments on commit 20ca52e

Please sign in to comment.