MatteoScript commited on
Commit
a06c8f9
·
1 Parent(s): 26cffd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ 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",
53
  retry_btn=None,
54
  undo_btn=None,
 
48
  chatbot=mychatbot,
49
  title="Zucchetti AI",
50
  textbox=gr.Textbox(placeholder="Descrivi il tuo problema..."),
51
+ theme="gradio/base",
52
  submit_btn="Invia",
53
  retry_btn=None,
54
  undo_btn=None,