Update app.py
Browse files
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):
|