pedropauletti commited on
Commit
9e2530d
·
verified ·
1 Parent(s): faeb998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  from template.examples import examplesChatbot
2
  from modules.respond import respond
3
-
 
4
 
5
  chatbot = gr.Chatbot(
6
  placeholder="<strong>Sou o Chatbot de Legislação da Unesp</strong><br>Fique à vontade para fazer perguntas",
 
1
  from template.examples import examplesChatbot
2
  from modules.respond import respond
3
+ import gradio as gr
4
+ import os
5
 
6
  chatbot = gr.Chatbot(
7
  placeholder="<strong>Sou o Chatbot de Legislação da Unesp</strong><br>Fique à vontade para fazer perguntas",