Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ iface = gr.Interface(fn=chatbot,
|
|
40 |
inputs=gr.inputs.Textbox(lines=3, label='O quê gostaria de saber?') ,
|
41 |
outputs=gr.inputs.Textbox(lines=3, label="Veja o que encontrei"),
|
42 |
description=description,
|
43 |
-
css=".gradio-container-3-23-0 {background-color: #
|
44 |
title="Converse com Fly")
|
45 |
|
46 |
index = construct_index("docs")
|
|
|
40 |
inputs=gr.inputs.Textbox(lines=3, label='O quê gostaria de saber?') ,
|
41 |
outputs=gr.inputs.Textbox(lines=3, label="Veja o que encontrei"),
|
42 |
description=description,
|
43 |
+
css=".gradio-container-3-23-0 {background-color: #e6e6e6} .gradio-container-3-23-0 .prose * {color: #55c1e5}",
|
44 |
title="Converse com Fly")
|
45 |
|
46 |
index = construct_index("docs")
|