AniseF commited on
Commit
612bcc2
verified
1 Parent(s): 2cbbc06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -259,9 +259,9 @@ def wic_ud(sentence: str):
259
  # ============================================================
260
  with gr.Blocks() as demo:
261
  with gr.Blocks(
262
- css="""
263
- #ddgp-logo {
264
- max-width: 80px;
265
  height: auto;
266
  }
267
  """
 
259
  # ============================================================
260
  with gr.Blocks() as demo:
261
  with gr.Blocks(
262
+ css="""
263
+ #ddgp-logo {
264
+ max-width: 60px;
265
  height: auto;
266
  }
267
  """