Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def greet(name):
|
|
32 |
print("------",n)
|
33 |
result = info.getText()[180:]
|
34 |
result = result.split(".")
|
35 |
-
for s in result[:-
|
36 |
p = p + s+"\n"
|
37 |
|
38 |
return p
|
|
|
32 |
print("------",n)
|
33 |
result = info.getText()[180:]
|
34 |
result = result.split(".")
|
35 |
+
for s in result[:-20]:
|
36 |
p = p + s+"\n"
|
37 |
|
38 |
return p
|