AniseF commited on
Commit
d7a652e
verified
1 Parent(s): 8929df4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -296,4 +296,12 @@ with gr.Blocks() as demo:
296
 
297
  )
298
 
299
- demo.launch()
 
 
 
 
 
 
 
 
 
296
 
297
  )
298
 
299
+ demo.launch(
300
+ css="""
301
+ #ddgp-logo {
302
+ max-width: 70px;
303
+ height: auto;
304
+ }
305
+ """
306
+ )
307
+