Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ footer { display: none !important; }
|
|
39 |
.gradio-footer { display: none !important;}"
|
40 |
"""
|
41 |
|
42 |
-
demo = gr.ChatInterface(css=css, fn=consultar_base_conhecimento, title="Este chatbot responde perguntas com base no regimento do IFAL", examples=["O que você sabe?"])
|
43 |
|
44 |
if __name__ == "__main__":
|
45 |
demo.launch()
|
|
|
39 |
.gradio-footer { display: none !important;}"
|
40 |
"""
|
41 |
|
42 |
+
demo = gr.ChatInterface(css=css, fn=consultar_base_conhecimento, title="Este chatbot responde perguntas com base no regimento do IFAL.", examples=["O que você sabe?"])
|
43 |
|
44 |
if __name__ == "__main__":
|
45 |
demo.launch()
|