Shreyas094 commited on
Commit
b959bfb
·
verified ·
1 Parent(s): 588b068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -18
app.py CHANGED
@@ -670,24 +670,7 @@ demo = gr.ChatInterface(
670
  ],
671
  title="AI-powered PDF Chat and Web Search Assistant",
672
  description="Chat with your PDFs or use web search to answer questions.",
673
- theme=gr.themes.Soft(
674
- primary_hue="orange",
675
- secondary_hue="amber",
676
- neutral_hue="gray",
677
- font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]
678
- ).set(
679
- body_background_fill_dark="#0c0505",
680
- block_background_fill_dark="#0c0505",
681
- block_border_width="1px",
682
- block_title_background_fill_dark="#1b0f0f",
683
- input_background_fill_dark="#140b0b",
684
- button_secondary_background_fill_dark="#140b0b",
685
- border_color_accent_dark="#1b0f0f",
686
- border_color_primary_dark="#1b0f0f",
687
- background_fill_secondary_dark="#0c0505",
688
- color_accent_soft_dark="transparent",
689
- code_background_fill_dark="#140b0b"
690
- ),
691
  css=css,
692
  examples=[
693
  ["Tell me about the contents of the uploaded PDFs."],
 
670
  ],
671
  title="AI-powered PDF Chat and Web Search Assistant",
672
  description="Chat with your PDFs or use web search to answer questions.",
673
+ theme=gr.themes.Soft,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
674
  css=css,
675
  examples=[
676
  ["Tell me about the contents of the uploaded PDFs."],