AndreaAlessandrelli4 commited on
Commit
d2f541c
·
verified ·
1 Parent(s): d212d18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ chat_interface = gr.ChatInterface(
119
  ["Le persone single possono adottare un bambino?"],
120
  ["Posso usare un'immagine prodotto dall'intelligenza artificiale?"],
121
  ],
122
- css=style
123
  )
124
 
125
  with gr.Blocks(css="style.css") as demo:
 
119
  ["Le persone single possono adottare un bambino?"],
120
  ["Posso usare un'immagine prodotto dall'intelligenza artificiale?"],
121
  ],
122
+ css=style.css
123
  )
124
 
125
  with gr.Blocks(css="style.css") as demo: