Fixes with much thanks to student Wenjie T!

This commit is contained in:
Edward Donner
2025-01-19 22:35:01 -05:00
parent 2440b0d0f7
commit 21874c68e5
6 changed files with 13 additions and 21 deletions

View File

@@ -88,6 +88,7 @@
"outputs": [],
"source": [
"agent_framework = DealAgentFramework()\n",
"agent_framework.init_agents_as_needed()\n",
"\n",
"with gr.Blocks(title=\"The Price is Right\", fill_width=True) as ui:\n",
"\n",
@@ -176,7 +177,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "096397f9-1215-4814-ab4b-e32002ff4ceb",
"id": "f9dd0a27-7d46-4c9e-bbe4-a61c9c899c99",
"metadata": {},
"outputs": [],
"source": []