Update app.py
Browse files
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",
|