Jorge Henao commited on
Commit
73b8e48
1 Parent(s): f520a31

refactor 5

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,7 +28,7 @@ description = """
28
  Por: Jorge Henao 🇨🇴 <a href="https://twitter.com/jhenaotw" target='_blank'>Twitter</a> <a href="https://www.linkedin.com/in/henaojorge" target='_blank'/>LinkedIn</a>
29
  </p>
30
  """
31
-
32
  iface = gr.Interface(fn=search,
33
  title= "Pregúntale a la democracia 🇨🇴 - Elecciones precidenciales Colombia 2022",
34
  description = description,
@@ -41,7 +41,7 @@ iface = gr.Interface(fn=search,
41
  gr.outputs.Textbox(label="Respuesta de Rodolfo Hernandez"),
42
  gr.outputs.Textbox(label="Contexto de la propuesta")
43
  ],
44
- examples = examples,
45
  theme = 'peach'
46
  )
47
  iface.launch(enable_queue=True)
 
28
  Por: Jorge Henao 🇨🇴 <a href="https://twitter.com/jhenaotw" target='_blank'>Twitter</a> <a href="https://www.linkedin.com/in/henaojorge" target='_blank'/>LinkedIn</a>
29
  </p>
30
  """
31
+
32
  iface = gr.Interface(fn=search,
33
  title= "Pregúntale a la democracia 🇨🇴 - Elecciones precidenciales Colombia 2022",
34
  description = description,
 
41
  gr.outputs.Textbox(label="Respuesta de Rodolfo Hernandez"),
42
  gr.outputs.Textbox(label="Contexto de la propuesta")
43
  ],
44
+ examples = examples.examples,
45
  theme = 'peach'
46
  )
47
  iface.launch(enable_queue=True)