Spaces:
Sleeping
Sleeping
Maxwell Lyu
commited on
Commit
·
f8935ce
1
Parent(s):
624eca2
againagain
Browse files
app.py
CHANGED
@@ -177,7 +177,8 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
177 |
group_by="language",
|
178 |
map_function="Raw",
|
179 |
reduce_function="Mean",
|
180 |
-
)
|
|
|
181 |
)
|
182 |
gr.Code(
|
183 |
language="markdown",
|
|
|
177 |
group_by="language",
|
178 |
map_function="Raw",
|
179 |
reduce_function="Mean",
|
180 |
+
),
|
181 |
+
interactive=False,
|
182 |
)
|
183 |
gr.Code(
|
184 |
language="markdown",
|