MatteoScript commited on
Commit
f511f07
Β·
1 Parent(s): 0e6616c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -47,7 +47,8 @@ mychatbot = gr.Chatbot(
47
  demo = gr.ChatInterface(fn=generate,
48
  chatbot=mychatbot,
49
  title="Zucchetti AI",
50
- description="il Chatbot che risolve i tuoi problemi di AdHoc Revolution"
 
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",