EstebanDC commited on
Commit
43f0558
1 Parent(s): 9315c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ app = gr.Interface(
65
  title=title,
66
  description=description,
67
  article = article,
 
68
  )
69
 
70
  app.launch()
 
65
  title=title,
66
  description=description,
67
  article = article,
68
+ theme="dark-seafoam"
69
  )
70
 
71
  app.launch()