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

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("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,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("In conclusion,if anyone has some problem the customers must be returned.")
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("Firstly,why i think this policy should be changed is because sometime the customer may buy wrong size,if our company’s no-exchange policy,customers have threatened no never buy from Fast Fashion again.")
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("Firstly,why i think this policy should be changed is because sometime the customer may buy wrong size,if our company’s no-exchange policy,customers have threatened no never buy from Fast Fashion again.")
85
  elif input_text:
86
  output(input_text)