jchen8000 commited on
Commit
098591c
·
verified ·
1 Parent(s): 515f14b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ additional_inputs = [
70
 
71
 
72
  # Create the Gradio interface
73
- with gr.Blocks(gr.themes.Monochrome()) 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")
 
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")