CognitiveScience commited on
Commit
71d3467
·
1 Parent(s): b2f154f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def load_data():
122
  css="footer {visibility: hidden}"
123
  # Applying style to highlight the maximum value in each row
124
  #styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
125
- with gr.Blocks(css=css) as demo:
126
  with gr.Row():
127
  with gr.Column():
128
  data = gr.Dataframe() #styler)
 
122
  css="footer {visibility: hidden}"
123
  # Applying style to highlight the maximum value in each row
124
  #styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
125
+ with gr.Blocks() as demo:
126
  with gr.Row():
127
  with gr.Column():
128
  data = gr.Dataframe() #styler)