Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def greet(name):
|
|
50 |
result = info.getText()[170:]
|
51 |
result = result.split(".")
|
52 |
for s in result[:10]:
|
53 |
-
p = p + s
|
54 |
|
55 |
return p
|
56 |
break
|
|
|
50 |
result = info.getText()[170:]
|
51 |
result = result.split(".")
|
52 |
for s in result[:10]:
|
53 |
+
p = p + "\n"+s
|
54 |
|
55 |
return p
|
56 |
break
|