Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ additional_inputs = [
|
|
70 |
|
71 |
|
72 |
# Create the Gradio interface
|
73 |
-
with gr.Blocks(
|
74 |
with gr.Tab("Indexing"):
|
75 |
pdf_input = gr.File(label="Upload PDF", file_types=[".pdf"])
|
76 |
index_button = gr.Button("Index PDF")
|
|
|
70 |
|
71 |
|
72 |
# Create the Gradio interface
|
73 |
+
with gr.Blocks(theme="Nymbo/Alyx_Theme") as demo:
|
74 |
with gr.Tab("Indexing"):
|
75 |
pdf_input = gr.File(label="Upload PDF", file_types=[".pdf"])
|
76 |
index_button = gr.Button("Index PDF")
|