Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ st.title("✈️ Airline Compensation Bot 💬")
|
|
| 12 |
|
| 13 |
# Introduction
|
| 14 |
st.markdown("**Flight delayed or cancelled yet again?**")
|
| 15 |
-
st.markdown("Don’t waste time digging through complicated airline policies! **Just tell us your airline, delay/cancellation reason, and any other relevant details and our chatbot will instantly tell you what compensation you're entitled to - by law and by airline policy.")
|
| 16 |
st.divider()
|
| 17 |
|
| 18 |
#OpenAI API Key
|
|
|
|
| 12 |
|
| 13 |
# Introduction
|
| 14 |
st.markdown("**Flight delayed or cancelled yet again?**")
|
| 15 |
+
st.markdown("Don’t waste time digging through complicated airline policies! **Just tell us your airline, delay/cancellation reason, and any other relevant details** and our chatbot will instantly tell you what compensation you're entitled to - by law and by airline policy.")
|
| 16 |
st.divider()
|
| 17 |
|
| 18 |
#OpenAI API Key
|