sotirios-slv commited on
Commit
159459b
·
verified ·
1 Parent(s): 8f11c98

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. dataset_wrangler.py +7 -5
dataset_wrangler.py CHANGED
@@ -117,11 +117,13 @@ def create_grid(df, palette_columns=["pal_1", "pal_3", "pal_5"]):
117
  )
118
 
119
  tt = """
120
- <div>
121
- <p>@title</p>
122
- <p>@created</p>
123
- <p><a href=@viewer_link{safe}}>@viewer_link{safe}</a></p>
124
- </div>
 
 
125
  """
126
 
127
  p = figure(sizing_mode="stretch_width", max_width=1000, tools=TOOLS)
 
117
  )
118
 
119
  tt = """
120
+ <div
121
+ style="background-image:linear-gradient(red blue)";
122
+ >
123
+ <p>@titles</p>
124
+ <p>@created</p>
125
+ <p><a href=@viewer_link{safe}}>@viewer_link{safe}</a></p>
126
+ </div>
127
  """
128
 
129
  p = figure(sizing_mode="stretch_width", max_width=1000, tools=TOOLS)