Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -187,7 +187,7 @@ async def server_1():
|
|
187 |
print("nresults")
|
188 |
sentences_comparison = []
|
189 |
iter_x = 0
|
190 |
-
for y in
|
191 |
print("y")
|
192 |
print(y[iter_x])
|
193 |
iter_x = iter_x + 1
|
|
|
187 |
print("nresults")
|
188 |
sentences_comparison = []
|
189 |
iter_x = 0
|
190 |
+
for y in n_results :
|
191 |
print("y")
|
192 |
print(y[iter_x])
|
193 |
iter_x = iter_x + 1
|