Commit
·
14a5e7a
1
Parent(s):
d6108bf
Disable table editing
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ class ParameterLayout:
|
|
217 |
.format(precision=4))
|
218 |
|
219 |
with gr.Row():
|
220 |
-
return gr.Dataframe(view)
|
221 |
|
222 |
def extra(self, df, *args):
|
223 |
raise NotImplementedError()
|
|
|
217 |
.format(precision=4))
|
218 |
|
219 |
with gr.Row():
|
220 |
+
return gr.Dataframe(view, interactive=False)
|
221 |
|
222 |
def extra(self, df, *args):
|
223 |
raise NotImplementedError()
|