{ "cells": [ { "cell_type": "markdown", "id": "a71ed017-e1b0-4299-88b3-f0eb05adc4df", "metadata": {}, "source": [ "# The Price is Right\n", "\n", "The final step is to build a User Interface\n", "\n", "We will use more advanced aspects of Gradio - building piece by piece." ] }, { "cell_type": "code", "execution_count": null, "id": "614c6202-4575-448d-98ee-78b735775d2b", "metadata": {}, "outputs": [], "source": [ "import gradio as gr\n", "from deal_agent_framework import DealAgentFramework\n", "from agents.deals import Opportunity, Deal" ] }, { "cell_type": "code", "execution_count": null, "id": "0534e714-5a9c-45c6-998c-3472ac0bb8b5", "metadata": {}, "outputs": [], "source": [ "with gr.Blocks(title=\"The Price is Right\", fill_width=True) as ui:\n", "\n", " with gr.Row():\n", " gr.Markdown('
\n",
" ![]() | \n",
" \n",
" CONGRATULATIONS AND THANK YOU!!!\n", " \n", " It's so fabulous that you've made it to the end! My heartiest congratulations. Please stay in touch! I'm here on LinkedIn if we're not already connected. And my editor would be cross with me if I didn't mention one more time: it makes a HUGE difference when students rate this course on Udemy - it's one of the main ways that Udemy decides whether to show it to others.Thanks once again for working all the way through the course, and I'm excited to hear all about your career as an LLM Engineer.\n", " \n", " | \n",
"