Spaces:
Sleeping
Sleeping
itacaiunas
commited on
Commit
•
f4597d6
1
Parent(s):
de6124e
Update app.py
Browse files
app.py
CHANGED
@@ -96,11 +96,11 @@ iface = gr.ChatInterface(fn=generate,
|
|
96 |
submit_btn='Enviar',
|
97 |
retry_btn=None,
|
98 |
undo_btn=None,
|
99 |
-
|
100 |
)
|
101 |
|
102 |
with gr.Blocks() as demo:
|
103 |
-
gr.HTML("<center><h2 style='font-size: 28px; text-align: center; color: #007BFF;'>LuChat - seu assistente por IA</h2><
|
104 |
iface.render()
|
105 |
|
106 |
demo.queue().launch(show_api=False)
|
|
|
96 |
submit_btn='Enviar',
|
97 |
retry_btn=None,
|
98 |
undo_btn=None,
|
99 |
+
clear_btn=None
|
100 |
)
|
101 |
|
102 |
with gr.Blocks() as demo:
|
103 |
+
gr.HTML("<center><h2 style='font-size: 28px; text-align: center; color: #007BFF;'>LuChat - seu assistente por IA</h2><p><b>Tire suas dúvidas, peça sugestões para melhorias no seu texto e muito mais!</b></p></center>")
|
104 |
iface.render()
|
105 |
|
106 |
demo.queue().launch(show_api=False)
|