PeacebinfLow commited on
Commit
e7e5b76
·
verified ·
1 Parent(s): 0161a19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -914,6 +914,6 @@ with gr.Blocks() as demo:
914
 
915
  if errors:
916
  gr.Markdown("### Dataset Load Warnings")
917
- gr.Code("\n".join(errors), language="text")
918
 
919
  demo.launch()
 
914
 
915
  if errors:
916
  gr.Markdown("### Dataset Load Warnings")
917
+ gr.Markdown("```log\n" + "\n".join(errors) + "\n```")
918
 
919
  demo.launch()