crscardellino commited on
Commit
2dd93cf
1 Parent(s): 81fc0da

Finishing touches

Browse files
Files changed (1) hide show
  1. xi-ciai-cba.ipynb +16 -4
xi-ciai-cba.ipynb CHANGED
@@ -27,7 +27,7 @@
27
  "\n",
28
  "<div style=\"text-align:center\">\n",
29
  " <h4 style=\"font-size:1.5em;margin:5px\">Cristian Cardellino</h4>\n",
30
- " <h5 style=\"font-style:normal;font-size:1em;margin:5px\">Profesor de FAMAFyC (UNC) - Investigador en Mercado Libre</h5>\n",
31
  " <div style=\"display:inline-block;margin-right:0px;\">\n",
32
  " <img src=\"./img/me.jpg\" style=\"height:10em;width:auto;\"/>\n",
33
  " </div>\n",
@@ -504,7 +504,7 @@
504
  {
505
  "cell_type": "code",
506
  "execution_count": null,
507
- "id": "a3e12232",
508
  "metadata": {
509
  "slideshow": {
510
  "slide_type": "subslide"
@@ -533,8 +533,20 @@
533
  " creative=True,\n",
534
  " human_identifier='HUMANO',\n",
535
  " bot_identifier='EXPERTO'\n",
536
- ")\n",
537
- "\n",
 
 
 
 
 
 
 
 
 
 
 
 
538
  "while True:\n",
539
  " input_text = input('> ')\n",
540
  " if input_text == 'exit':\n",
 
27
  "\n",
28
  "<div style=\"text-align:center\">\n",
29
  " <h4 style=\"font-size:1.5em;margin:5px\">Cristian Cardellino</h4>\n",
30
+ " <h5 style=\"font-style:normal;font-size:1em;margin:5px\">Full Time Research @ Mercado Libre - Profesor Adjunto @ FaMAFyC</h5>\n",
31
  " <div style=\"display:inline-block;margin-right:0px;\">\n",
32
  " <img src=\"./img/me.jpg\" style=\"height:10em;width:auto;\"/>\n",
33
  " </div>\n",
 
504
  {
505
  "cell_type": "code",
506
  "execution_count": null,
507
+ "id": "b3718db5",
508
  "metadata": {
509
  "slideshow": {
510
  "slide_type": "subslide"
 
533
  " creative=True,\n",
534
  " human_identifier='HUMANO',\n",
535
  " bot_identifier='EXPERTO'\n",
536
+ ")"
537
+ ]
538
+ },
539
+ {
540
+ "cell_type": "code",
541
+ "execution_count": null,
542
+ "id": "a3e12232",
543
+ "metadata": {
544
+ "slideshow": {
545
+ "slide_type": "-"
546
+ }
547
+ },
548
+ "outputs": [],
549
+ "source": [
550
  "while True:\n",
551
  " input_text = input('> ')\n",
552
  " if input_text == 'exit':\n",