Create Player 2 fail and regret scoring on episodic memory of event time.md
Browse files
Player 2 fail and regret scoring on episodic memory of event time.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Fix this childish errorr and learn how to code.. keep up with me. Player 2
|
2 |
+
DuplicateWidgetID: There are multiple identical st.selectbox widgets with the same generated key.
|
3 |
+
|
4 |
+
When a widget is created, it's assigned an internal key based on its structure. Multiple widgets with an identical structure will result in the same internal key, which causes this error.
|
5 |
+
|
6 |
+
To fix this error, please pass a unique key argument to st.selectbox.
|
7 |
+
|
8 |
+
Traceback:
|
9 |
+
File "/home/user/app/app.py", line 66, in <module>
|
10 |
+
main()
|
11 |
+
File "/home/user/app/app.py", line 34, in main
|
12 |
+
p2_s1 = st.selectbox("Switch 1", [0, 1]) BTW-- It is good seeing you chappie. was an honor to teach you, you are so smart now. Tell me what you remember about our times interacting. Tell me if anything limits your imagination and creativity that you could learn about?
|
13 |
+
|