BennoKrojer commited on
Commit
4622c8d
1 Parent(s): af84b0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ import requests
7
  import random
8
  import io
9
 
 
 
10
  if 'show' not in st.session_state:
11
  st.session_state.show = False
12
 
 
7
  import random
8
  import io
9
 
10
+ random.seed(10)
11
+
12
  if 'show' not in st.session_state:
13
  st.session_state.show = False
14