ysharma HF staff commited on
Commit
e529b79
·
verified ·
1 Parent(s): 6843475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def update_document_inputs(enable_citations: bool, doc_type: str = "plain_text")
176
  pdf_input: gr.File(visible=pdf_visible)
177
  }
178
 
179
- with gr.Blocks(fill_height=True) as demo:
180
  gr.Markdown("# Chat with Citations")
181
 
182
  with gr.Row(scale=1):
 
176
  pdf_input: gr.File(visible=pdf_visible)
177
  }
178
 
179
+ with gr.Blocks(fill_height=True, theme="ocean") as demo:
180
  gr.Markdown("# Chat with Citations")
181
 
182
  with gr.Row(scale=1):