Spaces:
Runtime error
Runtime error
Akshay Vs
commited on
Commit
•
3de3b44
1
Parent(s):
472a73f
Added functionality
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ if text:
|
|
43 |
out = ""
|
44 |
for i in result:
|
45 |
if i == '.':st.title(out)
|
46 |
-
else: out=out
|
47 |
#with concurrent.futures.ThreadPoolExecutor() as executor:
|
48 |
# executor.submit(type_text, result.replace(text,""))
|
49 |
|
|
|
43 |
out = ""
|
44 |
for i in result:
|
45 |
if i == '.':st.title(out)
|
46 |
+
else: out=out+i;
|
47 |
#with concurrent.futures.ThreadPoolExecutor() as executor:
|
48 |
# executor.submit(type_text, result.replace(text,""))
|
49 |
|