tuandunghcmut commited on
Commit
02c3296
·
1 Parent(s): 8dae6b9
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -521,7 +521,9 @@ with open("header.html", "r", encoding="utf-8") as file:
521
  header = file.read()
522
 
523
  # Tạo giao diện Gradio
524
- with gr.Blocks(css=custom_css, title="Dolphin Document Parser") as demo:
 
 
525
  gr.HTML(header)
526
 
527
  with gr.Row():
 
521
  header = file.read()
522
 
523
  # Tạo giao diện Gradio
524
+ with gr.Blocks(
525
+ # css=custom_css,
526
+ title="Dolphin Document Parser") as demo:
527
  gr.HTML(header)
528
 
529
  with gr.Row():