Akshay Vs commited on
Commit
9d3ba5f
1 Parent(s): 8426cfd

added balloons

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def type_text(text):
36
  text = st.text_input('Enter something to begin with...', placeholder='I looked at her eyes, then i realized...', key="value")
37
  if text:
38
  st.write("Generating...")
39
- for _ in range(50):
40
  result = generate(text)
41
  text=slice(result)
42
  out = result.replace(text,"")
 
36
  text = st.text_input('Enter something to begin with...', placeholder='I looked at her eyes, then i realized...', key="value")
37
  if text:
38
  st.write("Generating...")
39
+ for _ in range(10):
40
  result = generate(text)
41
  text=slice(result)
42
  out = result.replace(text,"")