Wootang01 commited on
Commit
bbf6da7
·
1 Parent(s): 6e36694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,7 +54,7 @@ col1, col2 = st.columns([1, 1])
54
  with col1:
55
  example_1 = st.button("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
56
  with col2:
57
- example_2 = st.button("Who are the president?")
58
 
59
  input_text = st.text_area('Paste or type text')
60
  button = st.button('Submit')
@@ -81,6 +81,6 @@ def output(text):
81
  if example_1:
82
  output("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
83
  elif example_2:
84
- output("Who are the president?")
85
  elif input_text:
86
  output(input_text)
 
54
  with col1:
55
  example_1 = st.button("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
56
  with col2:
57
+ example_2 = st.button("In conclusion,if anyone has some problem the customers must be returned.")
58
 
59
  input_text = st.text_area('Paste or type text')
60
  button = st.button('Submit')
 
81
  if example_1:
82
  output("Intrailly, the costumers was mad about why they will not but Fast Fashion again as they")
83
  elif example_2:
84
+ output("In conclusion,if anyone has some problem the customers must be returned.")
85
  elif input_text:
86
  output(input_text)