naughtondale commited on
Commit
2df795e
·
1 Parent(s): 34fb1cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ iface = gr.Interface(
51
  color: #FFFFFF;
52
  }
53
  /* Other custom CSS rules */
54
- """
 
55
  )
56
 
57
  iface.launch()
 
51
  color: #FFFFFF;
52
  }
53
  /* Other custom CSS rules */
54
+ """,
55
+ logo="logo.png"
56
  )
57
 
58
  iface.launch()