Spaces:
Sleeping
Sleeping
Commit
ยท
aae5551
1
Parent(s):
c09a9e1
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ mychatbot = gr.Chatbot(
|
|
46 |
|
47 |
demo = gr.ChatInterface(fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
-
title="Zucchetti AI
|
50 |
textbox=gr.Textbox(placeholder="Descrivi il tuo problema..."),
|
51 |
theme="gradio/soft",
|
52 |
submit_btn="Invia",
|
|
|
46 |
|
47 |
demo = gr.ChatInterface(fn=generate,
|
48 |
chatbot=mychatbot,
|
49 |
+
title="Zucchetti AI",
|
50 |
textbox=gr.Textbox(placeholder="Descrivi il tuo problema..."),
|
51 |
theme="gradio/soft",
|
52 |
submit_btn="Invia",
|