Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

streamlit_chat_app.py: DuplicateWidgetID error #326

Closed
dartraiden opened this issue Apr 30, 2023 · 2 comments · Fixed by #328
Closed

streamlit_chat_app.py: DuplicateWidgetID error #326

dartraiden opened this issue Apr 30, 2023 · 2 comments · Fixed by #328

Comments

@dartraiden
Copy link

dartraiden commented Apr 30, 2023

After 55990be I got error every time my message is sent

DuplicateWidgetID: There are multiple widgets with the same key='input_text_0'.

To fix this, please make sure that the key argument is unique for each widget you create.

Traceback:
File "C:\Users\user\Desktop\gpt4free\gui\streamlit_chat_app.py", line 86, in <module>
    user_input = input_placeholder.text_input(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@dartraiden dartraiden changed the title DuplicateWidgetID error streamlit_chat_app.py: DuplicateWidgetID error Apr 30, 2023
@webton-labs
Copy link

Same problem

@Justicea83
Copy link

Same problem here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants