Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ with block:
|
|
229 |
.applymap(style_methods, subset=["Method"])\
|
230 |
.set_table_attributes('class="dataframe"')\
|
231 |
.render()
|
232 |
-
|
233 |
|
234 |
with gr.Row(show_progress=True, variant='panel'):
|
235 |
data_component = gr.Dataframe(
|
|
|
229 |
.applymap(style_methods, subset=["Method"])\
|
230 |
.set_table_attributes('class="dataframe"')\
|
231 |
.render()
|
232 |
+
|
233 |
|
234 |
with gr.Row(show_progress=True, variant='panel'):
|
235 |
data_component = gr.Dataframe(
|