Spaces:
Runtime error
Runtime error
Commit
·
8ec5686
1
Parent(s):
5331073
Update app.py
Browse files
app.py
CHANGED
|
@@ -186,7 +186,7 @@ def load_data2():
|
|
| 186 |
css="footer {visibility: hidden}"
|
| 187 |
# Applying style to highlight the maximum value in each row
|
| 188 |
#styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
| 189 |
-
with gr.Blocks() as demo:
|
| 190 |
with gr.Row():
|
| 191 |
with gr.Column():
|
| 192 |
data = gr.Dataframe() #styler)
|
|
|
|
| 186 |
css="footer {visibility: hidden}"
|
| 187 |
# Applying style to highlight the maximum value in each row
|
| 188 |
#styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
| 189 |
+
with gr.Blocks(css=css) as demo:
|
| 190 |
with gr.Row():
|
| 191 |
with gr.Column():
|
| 192 |
data = gr.Dataframe() #styler)
|