Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import base64
|
|
4 |
|
5 |
PDF_WIDTH = 700
|
6 |
PDF_HEIGHT = 1000
|
7 |
-
PDF_PATH = "/AI%20ORUS%20License%20(1).pdf"
|
8 |
|
9 |
def display_pdf(file):
|
10 |
# Opening file from file path
|
|
|
4 |
|
5 |
PDF_WIDTH = 700
|
6 |
PDF_HEIGHT = 1000
|
|
|
7 |
|
8 |
def display_pdf(file):
|
9 |
# Opening file from file path
|