ppsingh commited on
Commit
e461efe
1 Parent(s): 2e537f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -6,7 +6,15 @@ import time
6
  import re
7
  import json
8
 
9
- with gr.Blocks(title="Climate Q&A", css="style.css", theme=theme,elem_id = "main-component") as demo:
 
 
 
 
 
 
 
 
10
  # user_id_state = gr.State([user_id])
11
 
12
  with gr.Tab("ClimateQ&A"):
 
6
  import re
7
  import json
8
 
9
+ # Set up Gradio Theme
10
+ theme = gr.themes.Base(
11
+ primary_hue="blue",
12
+ secondary_hue="red",
13
+ font=[gr.themes.GoogleFont("Poppins"), "ui-sans-serif", "system-ui", "sans-serif"],
14
+ )
15
+
16
+
17
+ with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-component") as demo:
18
  # user_id_state = gr.State([user_id])
19
 
20
  with gr.Tab("ClimateQ&A"):