soiz1 commited on
Commit
07a678f
·
verified ·
1 Parent(s): ba3183e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import os
4
 
5
  app = Flask(__name__)
6
 
 
7
  # Base URL for the proxied API
8
  BASE_URL = "https://api.chatanywhere.org/"
9
 
 
4
 
5
  app = Flask(__name__)
6
 
7
+
8
  # Base URL for the proxied API
9
  BASE_URL = "https://api.chatanywhere.org/"
10