walaa2022 commited on
Commit
afe3487
·
verified ·
1 Parent(s): fd6d6aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def initialize_gemini():
65
  st.error(f"Failed to initialize Gemini AI: {e}")
66
  return False
67
 
68
- def generate_ai_response(prompt, simulate=True):
69
  """Generate text using Google's Gemini AI"""
70
  if simulate:
71
  return "AI response simulation: Based on your financial data, I recommend focusing on extending runway, accelerating revenue growth, and preparing for your next funding round."
 
65
  st.error(f"Failed to initialize Gemini AI: {e}")
66
  return False
67
 
68
+ def generate_ai_response(prompt, simulate=False):
69
  """Generate text using Google's Gemini AI"""
70
  if simulate:
71
  return "AI response simulation: Based on your financial data, I recommend focusing on extending runway, accelerating revenue growth, and preparing for your next funding round."