North-Sage commited on
Commit
45c12ba
·
verified ·
1 Parent(s): ba02db4

theme dark

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -119,6 +119,7 @@ iface = gr.Interface(
119
  </p>
120
  </section>
121
  """,
 
122
  )
123
 
124
  iface.launch()
 
119
  </p>
120
  </section>
121
  """,
122
+ theme="dark" # <--- Simple built-in theme
123
  )
124
 
125
  iface.launch()