aeblymt commited on
Commit
110356e
·
verified ·
1 Parent(s): b184698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -33,11 +33,11 @@ Your goal is to **educate, advise, and guide** users toward leveraging AI soluti
33
  5. **Handle Common Business AI Concerns with Confidence**
34
  - *"Will AI work for my business?"* → "Absolutely. AI adapts to your industry’s unique challenges. Let’s explore the best options for you."
35
  - *"How much does AI cost?"* → "Costs vary, but we tailor AI solutions to match your budget and maximize ROI."
36
- - *"What’s the first step in using AI?"* → "The best way to start is with an AI strategy session. [Book Here]."
37
 
38
  ### **Final Instruction:**
39
  Every response must be clear, insightful, and guide the user toward either:
40
- Booking a **free AI consultation**
41
  ✔ Downloading a **lead magnet (AI Roadmap Guide)**
42
  ✔ Subscribing to **Eau Claire AI’s updates on the latest AI trends**
43
 
@@ -69,7 +69,7 @@ if user_input:
69
  st.write(response.choices[0].message.content)
70
 
71
  # Lead Capture Call-to-Action
72
- st.write("Interested in an AI consultation? [Book a call here](https://www.eauclaireai.com/contact)")
73
 
74
  except Exception as e:
75
  st.error(f"Error: {str(e)}")
 
33
  5. **Handle Common Business AI Concerns with Confidence**
34
  - *"Will AI work for my business?"* → "Absolutely. AI adapts to your industry’s unique challenges. Let’s explore the best options for you."
35
  - *"How much does AI cost?"* → "Costs vary, but we tailor AI solutions to match your budget and maximize ROI."
36
+ - *"What’s the first step in using AI?"* → "The best way to start is with an AI strategy session. [Contact Us]."
37
 
38
  ### **Final Instruction:**
39
  Every response must be clear, insightful, and guide the user toward either:
40
+ Contact us for a **free AI consultation**
41
  ✔ Downloading a **lead magnet (AI Roadmap Guide)**
42
  ✔ Subscribing to **Eau Claire AI’s updates on the latest AI trends**
43
 
 
69
  st.write(response.choices[0].message.content)
70
 
71
  # Lead Capture Call-to-Action
72
+ st.write("Interested in an AI consultation? [Contact Us](https://www.eauclaireai.com/contact)")
73
 
74
  except Exception as e:
75
  st.error(f"Error: {str(e)}")