salomonsky commited on
Commit
5d164f2
·
1 Parent(s): 6d1a1e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ iface = gr.Interface(
62
  inputs=[name_input, birth_date],
63
  outputs=output,
64
  layout="vertical",
65
- theme="dark"
66
  )
67
 
68
  iface.launch()
 
62
  inputs=[name_input, birth_date],
63
  outputs=output,
64
  layout="vertical",
65
+ theme="darkdefault"
66
  )
67
 
68
  iface.launch()