Spaces:
Runtime error
Runtime error
Commit
·
78c5d05
1
Parent(s):
e197a87
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ class GUI:
|
|
23 |
|
24 |
|
25 |
with gr.Blocks() as demo:
|
26 |
-
gr.Image(image_base64, label="Logo") # Display the logo image
|
27 |
|
28 |
with gr.Tab("Upload PDF File"):
|
29 |
pdf_input = gr.File(label="PDF File")
|
|
|
23 |
|
24 |
|
25 |
with gr.Blocks() as demo:
|
26 |
+
gr.Image(source=image_base64, label="Logo") # Display the logo image
|
27 |
|
28 |
with gr.Tab("Upload PDF File"):
|
29 |
pdf_input = gr.File(label="PDF File")
|