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

Added functionality

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -45,8 +45,8 @@ text = st.text_input('Enter something to begin with...', placeholder='I look at
45
  if text:
46
  st.write("Generating...")
47
  for _ in range(50):
48
- print("itteration")
49
  result = generate(text)
50
  text=slice(result)
51
- with concurrent.futures.ThreadPoolExecutor() as executor:
52
- executor.submit(type_text, result.replace(text,""))
 
 
45
  if text:
46
  st.write("Generating...")
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,""))