Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -159,6 +159,7 @@ theme = gr.themes.Base(
|
|
159 |
primary_hue="blue",
|
160 |
secondary_hue="red",
|
161 |
font=[gr.themes.GoogleFont("Poppins"), "ui-sans-serif", "system-ui", "sans-serif"],
|
|
|
162 |
)
|
163 |
|
164 |
init_prompt = """
|
@@ -175,7 +176,7 @@ What do you want to learn ?
|
|
175 |
|
176 |
|
177 |
# Setting Tabs
|
178 |
-
with gr.Blocks(title="Audit Q&A", theme=theme,elem_id = "main-component") as demo:
|
179 |
# user_id_state = gr.State([user_id])
|
180 |
|
181 |
with gr.Tab("AuditQ&A"):
|
|
|
159 |
primary_hue="blue",
|
160 |
secondary_hue="red",
|
161 |
font=[gr.themes.GoogleFont("Poppins"), "ui-sans-serif", "system-ui", "sans-serif"],
|
162 |
+
text_size = gr.themes.utils.sizes.text_sm,
|
163 |
)
|
164 |
|
165 |
init_prompt = """
|
|
|
176 |
|
177 |
|
178 |
# Setting Tabs
|
179 |
+
with gr.Blocks(title="Audit Q&A", css= "style.css", theme=theme,elem_id = "main-component") as demo:
|
180 |
# user_id_state = gr.State([user_id])
|
181 |
|
182 |
with gr.Tab("AuditQ&A"):
|