Spaces:
Runtime error
Runtime error
Akshay Vs
commited on
Commit
•
e9e0c4c
1
Parent(s):
03c6fd4
Added functionality
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ if text:
|
|
39 |
for _ in range(50):
|
40 |
result = generate(text)
|
41 |
text=slice(result)
|
42 |
-
st.
|
43 |
#with concurrent.futures.ThreadPoolExecutor() as executor:
|
44 |
# executor.submit(type_text, result.replace(text,""))
|
45 |
|
|
|
39 |
for _ in range(50):
|
40 |
result = generate(text)
|
41 |
text=slice(result)
|
42 |
+
st.title(result.replace(text,""))
|
43 |
#with concurrent.futures.ThreadPoolExecutor() as executor:
|
44 |
# executor.submit(type_text, result.replace(text,""))
|
45 |
|