Update nova_app.py
Browse files- nova_app.py +1 -1
nova_app.py
CHANGED
|
@@ -370,7 +370,7 @@ with gr.Blocks(title="NOVA · Research Assistant", analytics_enabled=False) as d
|
|
| 370 |
f'<div class="nova-error">SONIC couldn\'t wake up: {type(e).__name__}: {e}<br>'
|
| 371 |
f'Check that GROQ_API_KEY / SECOND_GROQ_API_KEY / TAVILY_API_KEY are set.</div>')
|
| 372 |
return
|
| 373 |
-
|
| 374 |
yield (*_stages("welcome"), "")
|
| 375 |
|
| 376 |
demo.load(do_boot, outputs=[*STAGE_COLS, boot_panel])
|
|
|
|
| 370 |
f'<div class="nova-error">SONIC couldn\'t wake up: {type(e).__name__}: {e}<br>'
|
| 371 |
f'Check that GROQ_API_KEY / SECOND_GROQ_API_KEY / TAVILY_API_KEY are set.</div>')
|
| 372 |
return
|
| 373 |
+
|
| 374 |
yield (*_stages("welcome"), "")
|
| 375 |
|
| 376 |
demo.load(do_boot, outputs=[*STAGE_COLS, boot_panel])
|