lucianosb commited on
Commit
e8e5594
1 Parent(s): 58517d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ demo = gr.ChatInterface(
150
  scale=1,
151
  likeable=False,
152
  show_copy_button=True
153
- )
154
  theme=gr.themes.Soft(primary_hue="pink"),
155
  )
156
 
 
150
  scale=1,
151
  likeable=False,
152
  show_copy_button=True
153
+ ),
154
  theme=gr.themes.Soft(primary_hue="pink"),
155
  )
156