MatteoScript commited on
Commit
aae5551
·
1 Parent(s): c09a9e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",