Spaces:
Sleeping
Sleeping
Commit
·
f511f07
1
Parent(s):
0e6616c
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,8 @@ mychatbot = gr.Chatbot(
|
|
47 |
demo = gr.ChatInterface(fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
title="Zucchetti AI",
|
50 |
-
|
|
|
51 |
theme="gradio/soft",
|
52 |
submit_btn="Invia",
|
53 |
retry_btn="🔄 Riprova",
|
|
|
47 |
demo = gr.ChatInterface(fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
title="Zucchetti AI",
|
50 |
+
textbox=gr.Textbox(placeholder="Descrivi il tuo problema..."),
|
51 |
+
description="il Chatbot che risolve i tuoi problemi di AdHoc Revolution",
|
52 |
theme="gradio/soft",
|
53 |
submit_btn="Invia",
|
54 |
retry_btn="🔄 Riprova",
|