LOGESH04 commited on
Commit
bc94793
·
verified ·
1 Parent(s): 7dd1ee8

Upload Chatbot_using_Python_Project.ipynb

Browse files
Files changed (1) hide show
  1. Chatbot_using_Python_Project.ipynb +317 -0
Chatbot_using_Python_Project.ipynb ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nbformat": 4,
3
+ "nbformat_minor": 0,
4
+ "metadata": {
5
+ "colab": {
6
+ "provenance": []
7
+ },
8
+ "kernelspec": {
9
+ "name": "python3",
10
+ "display_name": "Python 3"
11
+ },
12
+ "language_info": {
13
+ "name": "python"
14
+ }
15
+ },
16
+ "cells": [
17
+ {
18
+ "cell_type": "code",
19
+ "execution_count": 1,
20
+ "metadata": {
21
+ "colab": {
22
+ "base_uri": "https://localhost:8080/"
23
+ },
24
+ "id": "p0Z5GsQoEmXD",
25
+ "outputId": "7caf6827-6d2c-472e-ce35-27860e9e99f4"
26
+ },
27
+ "outputs": [
28
+ {
29
+ "output_type": "stream",
30
+ "name": "stdout",
31
+ "text": [
32
+ "Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (2.32.3)\n",
33
+ "Collecting gradio\n",
34
+ " Downloading gradio-5.16.0-py3-none-any.whl.metadata (16 kB)\n",
35
+ "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests) (3.4.1)\n",
36
+ "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests) (3.10)\n",
37
+ "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests) (2.3.0)\n",
38
+ "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests) (2025.1.31)\n",
39
+ "Collecting aiofiles<24.0,>=22.0 (from gradio)\n",
40
+ " Downloading aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB)\n",
41
+ "Requirement already satisfied: anyio<5.0,>=3.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (3.7.1)\n",
42
+ "Collecting fastapi<1.0,>=0.115.2 (from gradio)\n",
43
+ " Downloading fastapi-0.115.8-py3-none-any.whl.metadata (27 kB)\n",
44
+ "Collecting ffmpy (from gradio)\n",
45
+ " Downloading ffmpy-0.5.0-py3-none-any.whl.metadata (3.0 kB)\n",
46
+ "Collecting gradio-client==1.7.0 (from gradio)\n",
47
+ " Downloading gradio_client-1.7.0-py3-none-any.whl.metadata (7.1 kB)\n",
48
+ "Requirement already satisfied: httpx>=0.24.1 in /usr/local/lib/python3.11/dist-packages (from gradio) (0.28.1)\n",
49
+ "Requirement already satisfied: huggingface-hub>=0.28.1 in /usr/local/lib/python3.11/dist-packages (from gradio) (0.28.1)\n",
50
+ "Requirement already satisfied: jinja2<4.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (3.1.5)\n",
51
+ "Collecting markupsafe~=2.0 (from gradio)\n",
52
+ " Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)\n",
53
+ "Requirement already satisfied: numpy<3.0,>=1.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (1.26.4)\n",
54
+ "Requirement already satisfied: orjson~=3.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (3.10.15)\n",
55
+ "Requirement already satisfied: packaging in /usr/local/lib/python3.11/dist-packages (from gradio) (24.2)\n",
56
+ "Requirement already satisfied: pandas<3.0,>=1.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (2.2.2)\n",
57
+ "Requirement already satisfied: pillow<12.0,>=8.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (11.1.0)\n",
58
+ "Requirement already satisfied: pydantic>=2.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (2.10.6)\n",
59
+ "Collecting pydub (from gradio)\n",
60
+ " Downloading pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB)\n",
61
+ "Collecting python-multipart>=0.0.18 (from gradio)\n",
62
+ " Downloading python_multipart-0.0.20-py3-none-any.whl.metadata (1.8 kB)\n",
63
+ "Requirement already satisfied: pyyaml<7.0,>=5.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (6.0.2)\n",
64
+ "Collecting ruff>=0.9.3 (from gradio)\n",
65
+ " Downloading ruff-0.9.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (25 kB)\n",
66
+ "Collecting safehttpx<0.2.0,>=0.1.6 (from gradio)\n",
67
+ " Downloading safehttpx-0.1.6-py3-none-any.whl.metadata (4.2 kB)\n",
68
+ "Collecting semantic-version~=2.0 (from gradio)\n",
69
+ " Downloading semantic_version-2.10.0-py2.py3-none-any.whl.metadata (9.7 kB)\n",
70
+ "Collecting starlette<1.0,>=0.40.0 (from gradio)\n",
71
+ " Downloading starlette-0.45.3-py3-none-any.whl.metadata (6.3 kB)\n",
72
+ "Collecting tomlkit<0.14.0,>=0.12.0 (from gradio)\n",
73
+ " Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)\n",
74
+ "Requirement already satisfied: typer<1.0,>=0.12 in /usr/local/lib/python3.11/dist-packages (from gradio) (0.15.1)\n",
75
+ "Requirement already satisfied: typing-extensions~=4.0 in /usr/local/lib/python3.11/dist-packages (from gradio) (4.12.2)\n",
76
+ "Collecting uvicorn>=0.14.0 (from gradio)\n",
77
+ " Downloading uvicorn-0.34.0-py3-none-any.whl.metadata (6.5 kB)\n",
78
+ "Requirement already satisfied: fsspec in /usr/local/lib/python3.11/dist-packages (from gradio-client==1.7.0->gradio) (2024.10.0)\n",
79
+ "Requirement already satisfied: websockets<15.0,>=10.0 in /usr/local/lib/python3.11/dist-packages (from gradio-client==1.7.0->gradio) (14.2)\n",
80
+ "Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.11/dist-packages (from anyio<5.0,>=3.0->gradio) (1.3.1)\n",
81
+ "Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.11/dist-packages (from httpx>=0.24.1->gradio) (1.0.7)\n",
82
+ "Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.11/dist-packages (from httpcore==1.*->httpx>=0.24.1->gradio) (0.14.0)\n",
83
+ "Requirement already satisfied: filelock in /usr/local/lib/python3.11/dist-packages (from huggingface-hub>=0.28.1->gradio) (3.17.0)\n",
84
+ "Requirement already satisfied: tqdm>=4.42.1 in /usr/local/lib/python3.11/dist-packages (from huggingface-hub>=0.28.1->gradio) (4.67.1)\n",
85
+ "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas<3.0,>=1.0->gradio) (2.8.2)\n",
86
+ "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas<3.0,>=1.0->gradio) (2025.1)\n",
87
+ "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas<3.0,>=1.0->gradio) (2025.1)\n",
88
+ "Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.11/dist-packages (from pydantic>=2.0->gradio) (0.7.0)\n",
89
+ "Requirement already satisfied: pydantic-core==2.27.2 in /usr/local/lib/python3.11/dist-packages (from pydantic>=2.0->gradio) (2.27.2)\n",
90
+ "Requirement already satisfied: click>=8.0.0 in /usr/local/lib/python3.11/dist-packages (from typer<1.0,>=0.12->gradio) (8.1.8)\n",
91
+ "Requirement already satisfied: shellingham>=1.3.0 in /usr/local/lib/python3.11/dist-packages (from typer<1.0,>=0.12->gradio) (1.5.4)\n",
92
+ "Requirement already satisfied: rich>=10.11.0 in /usr/local/lib/python3.11/dist-packages (from typer<1.0,>=0.12->gradio) (13.9.4)\n",
93
+ "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil>=2.8.2->pandas<3.0,>=1.0->gradio) (1.17.0)\n",
94
+ "Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.11/dist-packages (from rich>=10.11.0->typer<1.0,>=0.12->gradio) (3.0.0)\n",
95
+ "Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.11/dist-packages (from rich>=10.11.0->typer<1.0,>=0.12->gradio) (2.18.0)\n",
96
+ "Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.11/dist-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->typer<1.0,>=0.12->gradio) (0.1.2)\n",
97
+ "Downloading gradio-5.16.0-py3-none-any.whl (62.2 MB)\n",
98
+ "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.2/62.2 MB\u001b[0m \u001b[31m10.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
99
+ "\u001b[?25hDownloading gradio_client-1.7.0-py3-none-any.whl (321 kB)\n",
100
+ "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m321.9/321.9 kB\u001b[0m \u001b[31m13.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
101
+ "\u001b[?25hDownloading aiofiles-23.2.1-py3-none-any.whl (15 kB)\n",
102
+ "Downloading fastapi-0.115.8-py3-none-any.whl (94 kB)\n",
103
+ "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m94.8/94.8 kB\u001b[0m \u001b[31m6.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
104
+ "\u001b[?25hDownloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)\n",
105
+ "Downloading python_multipart-0.0.20-py3-none-any.whl (24 kB)\n",
106
+ "Downloading ruff-0.9.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.5 MB)\n",
107
+ "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m12.5/12.5 MB\u001b[0m \u001b[31m60.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
108
+ "\u001b[?25hDownloading safehttpx-0.1.6-py3-none-any.whl (8.7 kB)\n",
109
+ "Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)\n",
110
+ "Downloading starlette-0.45.3-py3-none-any.whl (71 kB)\n",
111
+ "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m71.5/71.5 kB\u001b[0m \u001b[31m5.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
112
+ "\u001b[?25hDownloading tomlkit-0.13.2-py3-none-any.whl (37 kB)\n",
113
+ "Downloading uvicorn-0.34.0-py3-none-any.whl (62 kB)\n",
114
+ "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.3/62.3 kB\u001b[0m \u001b[31m4.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
115
+ "\u001b[?25hDownloading ffmpy-0.5.0-py3-none-any.whl (6.0 kB)\n",
116
+ "Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)\n",
117
+ "Installing collected packages: pydub, uvicorn, tomlkit, semantic-version, ruff, python-multipart, markupsafe, ffmpy, aiofiles, starlette, safehttpx, gradio-client, fastapi, gradio\n",
118
+ " Attempting uninstall: markupsafe\n",
119
+ " Found existing installation: MarkupSafe 3.0.2\n",
120
+ " Uninstalling MarkupSafe-3.0.2:\n",
121
+ " Successfully uninstalled MarkupSafe-3.0.2\n",
122
+ "Successfully installed aiofiles-23.2.1 fastapi-0.115.8 ffmpy-0.5.0 gradio-5.16.0 gradio-client-1.7.0 markupsafe-2.1.5 pydub-0.25.1 python-multipart-0.0.20 ruff-0.9.6 safehttpx-0.1.6 semantic-version-2.10.0 starlette-0.45.3 tomlkit-0.13.2 uvicorn-0.34.0\n"
123
+ ]
124
+ }
125
+ ],
126
+ "source": [
127
+ "!pip install requests gradio"
128
+ ]
129
+ },
130
+ {
131
+ "cell_type": "code",
132
+ "source": [
133
+ "API_KEY = \"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\""
134
+ ],
135
+ "metadata": {
136
+ "id": "YuszAB9fFBuY"
137
+ },
138
+ "execution_count": 2,
139
+ "outputs": []
140
+ },
141
+ {
142
+ "cell_type": "code",
143
+ "source": [
144
+ "import requests\n",
145
+ "\n",
146
+ "def chat_with_mistral(user_input):\n",
147
+ " url = \"https://openrouter.ai/api/v1/chat/completions\"\n",
148
+ "\n",
149
+ " headers = {\n",
150
+ " \"Authorization\": f\"Bearer {API_KEY}\",\n",
151
+ " \"Content-Type\": \"application/json\"\n",
152
+ " }\n",
153
+ "\n",
154
+ " data = {\n",
155
+ " \"model\": \"mistralai/mistral-small-24b-instruct-2501:free\",\n",
156
+ " \"messages\": [{\"role\": \"user\", \"content\": user_input}]\n",
157
+ " }\n",
158
+ "\n",
159
+ " response = requests.post(url, json=data, headers=headers)\n",
160
+ "\n",
161
+ " if response.status_code == 200:\n",
162
+ " return response.json()[\"choices\"][0][\"message\"][\"content\"]\n",
163
+ " else:\n",
164
+ " return f\"Error: {response.status_code} - {response.text}\"\n"
165
+ ],
166
+ "metadata": {
167
+ "id": "t5OD9edXFU44"
168
+ },
169
+ "execution_count": 9,
170
+ "outputs": []
171
+ },
172
+ {
173
+ "cell_type": "code",
174
+ "source": [
175
+ "user_input = \"what about indian cricket team\"\n",
176
+ "response = chat_with_mistral(user_input)\n",
177
+ "print(\"Chatbot:\", response)\n"
178
+ ],
179
+ "metadata": {
180
+ "colab": {
181
+ "base_uri": "https://localhost:8080/"
182
+ },
183
+ "id": "xJeG3cJjFdS3",
184
+ "outputId": "d4db78c0-5cf3-41db-d9d6-a2a405301256"
185
+ },
186
+ "execution_count": 13,
187
+ "outputs": [
188
+ {
189
+ "output_type": "stream",
190
+ "name": "stdout",
191
+ "text": [
192
+ "Chatbot: As of my last update in October 2023, I can provide some general information about the Indian cricket team and recent developments before that time. The Indian cricket team is one of the most successful and followed teams in the world. It is governed by the Board of Control for Cricket in India (BCCI). The team has a rich history and has produced many legendary players.\n",
193
+ "\n",
194
+ "### Key Points:\n",
195
+ "\n",
196
+ "1. **Format Success**:\n",
197
+ " - **Tests**: The Indian team has had notable success in Test cricket, with many memorable series victories against strong opposition.\n",
198
+ " - **ODIs**: India has won multiple ICC Cricket World Cups in the One-Day International (ODI) format.\n",
199
+ " - **T20Is**: The team has also performed well in the Twenty20 International (T20I) format, including winning the ICC T20 World Cup in 2007.\n",
200
+ "\n",
201
+ "2. **Notable Players**:\n",
202
+ " - Players like Sachin Tendulkar, Rahul Dravid, Sourav Ganguly, Virat Kohli, and MS Dhoni are legendary figures in Indian cricket.\n",
203
+ "\n",
204
+ "3. **Current Team**:\n",
205
+ " As of October 2023, the Indian team was led by captain Rohit Sharma in white-ball cricket (ODIs and T20Is), Virat Kohli was the vice-captain. And the Test team was captained by Ajinkya Rahane or Rohit Sharma.\n",
206
+ "\n",
207
+ "4. **Coach and Support Staff**:\n",
208
+ " The team's support staff, including coaching staff like Rahul Dravid\n",
209
+ " and support personnel, played a crucial role in shaping the team's performance.\n",
210
+ "\n",
211
+ "For the most up-to-date information, I recommend checking the latest news or official BCCI website. Is there a specific aspect or player you're interested in knowing more about?\n"
212
+ ]
213
+ }
214
+ ]
215
+ },
216
+ {
217
+ "cell_type": "code",
218
+ "source": [
219
+ "import gradio as gr\n",
220
+ "\n",
221
+ "def mistral_chatbot(user_input):\n",
222
+ " return chat_with_mistral(user_input)\n",
223
+ "\n",
224
+ "# Created a chatbot interface\n",
225
+ "chatbot_ui = gr.Interface(\n",
226
+ " fn=mistral_chatbot,\n",
227
+ " inputs=\"text\",\n",
228
+ " outputs=\"text\",\n",
229
+ " title=\"Mistral AI Chatbot\",\n",
230
+ " description=\"Chat with an AI-powered assistant using Mistral 7B.\"\n",
231
+ ")\n",
232
+ "\n",
233
+ "# Launching the chatbot\n",
234
+ "chatbot_ui.launch()\n"
235
+ ],
236
+ "metadata": {
237
+ "colab": {
238
+ "base_uri": "https://localhost:8080/",
239
+ "height": 646
240
+ },
241
+ "id": "Cwq4s0QUHpus",
242
+ "outputId": "886243e5-10f4-491f-dde8-3cfb017a8532"
243
+ },
244
+ "execution_count": 14,
245
+ "outputs": [
246
+ {
247
+ "output_type": "stream",
248
+ "name": "stdout",
249
+ "text": [
250
+ "Running Gradio in a Colab notebook requires sharing enabled. Automatically setting `share=True` (you can turn this off by setting `share=False` in `launch()` explicitly).\n",
251
+ "\n",
252
+ "Colab notebook detected. To show errors in colab notebook, set debug=True in launch()\n",
253
+ "* Running on public URL: https://f54edac6253dce14c4.gradio.live\n",
254
+ "\n",
255
+ "This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from the terminal in the working directory to deploy to Hugging Face Spaces (https://huggingface.co/spaces)\n"
256
+ ]
257
+ },
258
+ {
259
+ "output_type": "display_data",
260
+ "data": {
261
+ "text/plain": [
262
+ "<IPython.core.display.HTML object>"
263
+ ],
264
+ "text/html": [
265
+ "<div><iframe src=\"https://f54edac6253dce14c4.gradio.live\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
266
+ ]
267
+ },
268
+ "metadata": {}
269
+ },
270
+ {
271
+ "output_type": "execute_result",
272
+ "data": {
273
+ "text/plain": []
274
+ },
275
+ "metadata": {},
276
+ "execution_count": 14
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "cell_type": "code",
282
+ "source": [
283
+ "chat_history = []\n",
284
+ "\n",
285
+ "def chat_with_mistral_context(user_input):\n",
286
+ " global chat_history # Maintain history\n",
287
+ "\n",
288
+ " url = \"https://api.mistral.ai/v1/chat/completions\"\n",
289
+ " headers = {\n",
290
+ " \"Authorization\": f\"Bearer {API_KEY}\",\n",
291
+ " \"Content-Type\": \"application/json\"\n",
292
+ " }\n",
293
+ "\n",
294
+ " chat_history.append({\"role\": \"user\", \"content\": user_input}) # Add user message\n",
295
+ "\n",
296
+ " data = {\n",
297
+ " \"model\": \"mistralai/mistral-small-24b-instruct-2501:free\",\n",
298
+ " \"messages\": chat_history\n",
299
+ " }\n",
300
+ "\n",
301
+ " response = requests.post(url, json=data, headers=headers)\n",
302
+ "\n",
303
+ " if response.status_code == 200:\n",
304
+ " bot_response = response.json()[\"choices\"][0][\"message\"][\"content\"]\n",
305
+ " chat_history.append({\"role\": \"assistant\", \"content\": bot_response}) # Add bot response\n",
306
+ " return bot_response\n",
307
+ " else:\n",
308
+ " return f\"Error: {response.status_code} - {response.text}\"\n"
309
+ ],
310
+ "metadata": {
311
+ "id": "HXrYQHifH8q2"
312
+ },
313
+ "execution_count": 15,
314
+ "outputs": []
315
+ }
316
+ ]
317
+ }