xianbao commited on
Commit
a320a20
·
verified ·
1 Parent(s): 3903870

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Markdown(_HEADER_)
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(),