Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ What do you want to learn ?
|
|
60 |
with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-component") as demo:
|
61 |
# user_id_state = gr.State([user_id])
|
62 |
|
63 |
-
with gr.Tab("
|
64 |
|
65 |
with gr.Row(elem_id="chatbot-row"):
|
66 |
with gr.Column(scale=2):
|
|
|
60 |
with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-component") as demo:
|
61 |
# user_id_state = gr.State([user_id])
|
62 |
|
63 |
+
with gr.Tab("AuditQ&A"):
|
64 |
|
65 |
with gr.Row(elem_id="chatbot-row"):
|
66 |
with gr.Column(scale=2):
|