eagle0504 commited on
Commit
c8d4e8c
β€’
1 Parent(s): faaebd2

kill submit button

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -101,8 +101,7 @@ collection = client.create_collection(combined_string)
101
 
102
  # Embed and store the first N supports for this demo
103
  with st.spinner("Loading, please be patient with us ... πŸ™"):
104
- # L = len(dataset["train"]["questions"])
105
- L = 30
106
  begin_t = time.time()
107
  collection.add(
108
  ids=[str(i) for i in range(0, L)], # IDs are just strings
 
101
 
102
  # Embed and store the first N supports for this demo
103
  with st.spinner("Loading, please be patient with us ... πŸ™"):
104
+ L = len(dataset["train"]["questions"])
 
105
  begin_t = time.time()
106
  collection.add(
107
  ids=[str(i) for i in range(0, L)], # IDs are just strings