Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,8 +68,7 @@ st.markdown(
|
|
68 |
feedback_input = st.text_area(
|
69 |
"Enter customer feedback:",
|
70 |
placeholder="Type your feedback here...",
|
71 |
-
height=200
|
72 |
-
value="I was shocked to see the price tag on this new gadget—it’s way too expensive for what it offers, especially compared to competitors! Despite the issues I faced with my order, the customer service team's effort to rectify the situation was commendable, though their follow-up could have used some improvement for full satisfaction."
|
73 |
)
|
74 |
|
75 |
# Classify button
|
|
|
68 |
feedback_input = st.text_area(
|
69 |
"Enter customer feedback:",
|
70 |
placeholder="Type your feedback here...",
|
71 |
+
height=200
|
|
|
72 |
)
|
73 |
|
74 |
# Classify button
|