Marthee commited on
Commit
40444d4
·
verified ·
1 Parent(s): 970ebaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ app = Flask(__name__)
12
 
13
  pdf_content = None
14
  pageNumTextFound = 0
15
- BASE_URL = "https://find-initialmarkups.hf.space" # Hugging Face Spaces base URL
16
 
17
  @app.route("/", methods=["GET", "POST"])
18
  def thismain():
 
12
 
13
  pdf_content = None
14
  pageNumTextFound = 0
15
+ BASE_URL = "https://findconsole-initialmarkups.hf.space" # Hugging Face Spaces base URL
16
 
17
  @app.route("/", methods=["GET", "POST"])
18
  def thismain():