Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -178,7 +178,7 @@ def upload_file(files):
|
|
| 178 |
return target_dir
|
| 179 |
|
| 180 |
with gr.Blocks(css=".gr-dataframe a {text-decoration: none; color: inherit;}") as demo:
|
| 181 |
-
gr.
|
| 182 |
with gr.Group():
|
| 183 |
table = gr.DataFrame(
|
| 184 |
value=display_table(),
|
|
|
|
| 178 |
return target_dir
|
| 179 |
|
| 180 |
with gr.Blocks(css=".gr-dataframe a {text-decoration: none; color: inherit;}") as demo:
|
| 181 |
+
gr.HTML(_HEADER_)
|
| 182 |
with gr.Group():
|
| 183 |
table = gr.DataFrame(
|
| 184 |
value=display_table(),
|