Skip to content

Commit

Permalink
streamline streamlit debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Nov 26, 2024
1 parent 345bd8b commit e798339
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions streamlit_parameters/demos/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ def main():
streamlit.write("## Debugging")

streamlit.write("#### Query String")
query_string: typing.Dict[str, str] = streamlit.query_params
streamlit.write(query_string)
streamlit.write(streamlit.query_params)

streamlit.write("#### Parameters")
streamlit.write(parameters.as_dict())
Expand Down

0 comments on commit e798339

Please sign in to comment.