Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|