Spaces:
Sleeping
Sleeping
Commit
·
a06c8f9
1
Parent(s):
26cffd5
Update app.py
Browse files
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/
|
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,
|