Akshay Vs commited on
Commit
8426cfd
1 Parent(s): 92feb2d

added balloons

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,7 +33,7 @@ def type_text(text):
33
  #text = input("Enter something to begin with... ")
34
  #print(".\n.\n.\nGenerating\n.\n.\n.")
35
 
36
- text = st.text_input('Enter something to begin with...', placeholder='I looked at her, then i realized...', key="value")
37
  if text:
38
  st.write("Generating...")
39
  for _ in range(50):
@@ -43,5 +43,5 @@ if text:
43
  st.markdown(f"<h3><b>{out}</b></h3>", unsafe_allow_html=True)
44
  #with concurrent.futures.ThreadPoolExecutor() as executor:
45
  # executor.submit(type_text, result.replace(text,""))
46
-
47
 
 
33
  #text = input("Enter something to begin with... ")
34
  #print(".\n.\n.\nGenerating\n.\n.\n.")
35
 
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):
 
43
  st.markdown(f"<h3><b>{out}</b></h3>", unsafe_allow_html=True)
44
  #with concurrent.futures.ThreadPoolExecutor() as executor:
45
  # executor.submit(type_text, result.replace(text,""))
46
+ st.balloons()
47