Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
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("
|
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)
|