Skip to content

Commit 94c50fe

Browse files
committed
trabalho 2
1 parent 4a0e277 commit 94c50fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Trabalho2/Trabalho_Chatbot.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"elif assunto == 'esporte':\n",
380380
" f=io.open('/content/drive/My Drive/chatbot/esporte.txt','r', encoding='utf8')\n",
381381
"elif assunto == 'ilustrada':\n",
382-
" f=io.open('/content/drive/My Drive/ilustrada.txt','r', encoding=\"utf-8\")\n",
382+
" f=io.open('/content/drive/My Drive/chatbot/ilustrada.txt','r', encoding=\"utf-8\")\n",
383383
"elif assunto == 'mercado':\n",
384384
" f=io.open('/content/drive/My Drive/chatbot/mercado.txt','r', encoding=\"utf-8\")\n",
385385
"elif assunto == 'mundo':\n",

0 commit comments

Comments
 (0)