Akshay Vs commited on
Commit
f894644
1 Parent(s): b4a2738

Added functionality

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,6 +47,6 @@ if text:
47
  for _ in range(50):
48
  result = generate(text)
49
  text=slice(result)
50
- st.write(text)
51
  #with concurrent.futures.ThreadPoolExecutor() as executor:
52
  # executor.submit(type_text, result.replace(text,""))
 
47
  for _ in range(50):
48
  result = generate(text)
49
  text=slice(result)
50
+ st.write(result)
51
  #with concurrent.futures.ThreadPoolExecutor() as executor:
52
  # executor.submit(type_text, result.replace(text,""))