Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
c1b0716
1
Parent(s):
d3c9568
Update app.py
Browse files
app.py
CHANGED
@@ -108,11 +108,11 @@ def load_data():
|
|
108 |
|
109 |
css="footer {visibility: hidden}"
|
110 |
# Applying style to highlight the maximum value in each row
|
111 |
-
styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
112 |
with gr.Blocks(css=css) as demo:
|
113 |
with gr.Row():
|
114 |
with gr.Column():
|
115 |
-
data = gr.Dataframe(styler)
|
116 |
count = gr.Number(label="Rates!")
|
117 |
with gr.Row():
|
118 |
with gr.Column():
|
|
|
108 |
|
109 |
css="footer {visibility: hidden}"
|
110 |
# Applying style to highlight the maximum value in each row
|
111 |
+
#styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
112 |
with gr.Blocks(css=css) as demo:
|
113 |
with gr.Row():
|
114 |
with gr.Column():
|
115 |
+
data = gr.Dataframe() #styler)
|
116 |
count = gr.Number(label="Rates!")
|
117 |
with gr.Row():
|
118 |
with gr.Column():
|