- demo-tools-1.ipynb +1 -1
demo-tools-1.ipynb
CHANGED
@@ -411,7 +411,7 @@
|
|
411 |
" gr.Markdown(\"Start typing below and then click **Run** to see the output.\")\n",
|
412 |
" with gr.Row():\n",
|
413 |
" with gr.Column():\n",
|
414 |
-
" inp = gr.Textbox(placeholder=\"Type your question here?\", label=\"Question\") \n",
|
415 |
" btn = gr.Button(\"Run\") \n",
|
416 |
" examples = [\"Can you show tell me what ingredients I need for the first baked chicken recipe?\",\n",
|
417 |
" \"Can you show tell me what ingredients I need for the last baked chicken recipe? \",\n",
|
|
|
411 |
" gr.Markdown(\"Start typing below and then click **Run** to see the output.\")\n",
|
412 |
" with gr.Row():\n",
|
413 |
" with gr.Column():\n",
|
414 |
+
" inp = gr.Textbox(placeholder=\"Type your question here or click on example below?\", label=\"Question\") \n",
|
415 |
" btn = gr.Button(\"Run\") \n",
|
416 |
" examples = [\"Can you show tell me what ingredients I need for the first baked chicken recipe?\",\n",
|
417 |
" \"Can you show tell me what ingredients I need for the last baked chicken recipe? \",\n",
|