Spaces:
Runtime error
Runtime error
Commit
·
71d3467
1
Parent(s):
b2f154f
Update app.py
Browse files
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(
|
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)
|