Marthee commited on
Commit
cb8abeb
·
verified ·
1 Parent(s): a2e40dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -47,11 +47,6 @@ def view_pdf():
47
  """
48
  return render_template('gui.html') # Ensure this file exists in the 'templates' folder
49
 
50
- @app.route('/', methods=['GET'])
51
- def view_pdf0():
52
-
53
- return render_template('gui.html') # Ensure this file exists in the 'templates' folder
54
-
55
 
56
  if __name__ == '__main__':
57
  app.run(host='0.0.0.0', port=7860)
 
47
  """
48
  return render_template('gui.html') # Ensure this file exists in the 'templates' folder
49
 
 
 
 
 
 
50
 
51
  if __name__ == '__main__':
52
  app.run(host='0.0.0.0', port=7860)