You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone please advise me which version of streamlit works with min errors?
I have tried 0.88, but it gives TypeError: request_rerun() missing 1 required positional argument: 'client_state'. Then I downgraded it to 0.82 following #444.
Now the interface doesn't respond to which mode I choose, no matter if I change the code in prompt.py suggested by #411 (and #489) or not. Any advice is welcomed since I really want to spend the time on generating prompts instead! Thanks!
The text was updated successfully, but these errors were encountered:
Can someone please advise me which version of streamlit works with min errors?
I have tried 0.88, but it gives
TypeError: request_rerun() missing 1 required positional argument: 'client_state'
. Then I downgraded it to 0.82 following #444.Now the interface doesn't respond to which mode I choose, no matter if I change the code in
prompt.py
suggested by #411 (and #489) or not. Any advice is welcomed since I really want to spend the time on generating prompts instead! Thanks!The text was updated successfully, but these errors were encountered: