tarujain8 commited on
Commit
7adcb87
·
verified ·
1 Parent(s): b9d9b7d

Update frontend/shared.py

Browse files
Files changed (1) hide show
  1. frontend/shared.py +1 -1
frontend/shared.py CHANGED
@@ -3,7 +3,7 @@ import re
3
  import requests
4
 
5
 
6
- API_URL = "http://localhost:8000/analyze"
7
  MAX_FILES = 5
8
 
9
 
 
3
  import requests
4
 
5
 
6
+ API_URL = "http://127.0.0.1:8000/analyze"
7
  MAX_FILES = 5
8
 
9