Arafath10 commited on
Commit
ab0b818
1 Parent(s): 12655ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def google(name):
51
  result.add(info.text)
52
  n=0
53
  for i in result:
54
- if n!==0:
55
  text = text +str(n)+"\t"+i+"\n\n"
56
  n=n+1
57
  return text
 
51
  result.add(info.text)
52
  n=0
53
  for i in result:
54
+ if n!=0:
55
  text = text +str(n)+"\t"+i+"\n\n"
56
  n=n+1
57
  return text