Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ What do you want to learn ?
|
|
175 |
|
176 |
|
177 |
# Setting Tabs
|
178 |
-
with gr.Blocks(title="Audit Q&A",
|
179 |
# user_id_state = gr.State([user_id])
|
180 |
|
181 |
with gr.Tab("AuditQ&A"):
|
|
|
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"):
|