Spaces:
Build error
Build error
Commit ·
02c3296
1
Parent(s): 8dae6b9
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(
|
|
|
|
|
|
|
| 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():
|