Shreyass334 commited on
Commit
44466e8
·
verified ·
1 Parent(s): c1f91fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -8,10 +8,10 @@ import time
8
  import traceback
9
 
10
  # 🔧 CONFIGURE: Replace with your EC2 public IP
11
- API_URL = "http://18.191.172.85:5000/ask"
12
- HEALTH_URL = "http://18.191.172.85:5000/health"
13
- SIMPLE_TEST_URL = "http://18.191.172.85:5000/simple-test"
14
- DEBUG_URL = "http://18.191.172.85:5000/debug"
15
 
16
  def test_connection():
17
  try:
 
8
  import traceback
9
 
10
  # 🔧 CONFIGURE: Replace with your EC2 public IP
11
+ API_URL = "http://3.14.153.135:5000/ask"
12
+ HEALTH_URL = "http://3.14.153.135:5000/health"
13
+ SIMPLE_TEST_URL = "http://3.14.153.135:5000/simple-test"
14
+ DEBUG_URL = "http://3.14.153.135:5000/debug"
15
 
16
  def test_connection():
17
  try: