Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ theme = gr.themes.Base(
|
|
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])
|
|
|
13 |
font=[gr.themes.GoogleFont("Poppins"), "ui-sans-serif", "system-ui", "sans-serif"],
|
14 |
)
|
15 |
|
16 |
+
init_prompt = ""
|
17 |
|
18 |
with gr.Blocks(title="Audit Q&A", css="style.css", theme=theme,elem_id = "main-component") as demo:
|
19 |
# user_id_state = gr.State([user_id])
|