Spaces:
Running
Running
Update pdf2zh/gui.py
Browse files- pdf2zh/gui.py +1 -1
pdf2zh/gui.py
CHANGED
@@ -214,7 +214,7 @@ custom_blue = gr.themes.Color(
|
|
214 |
)
|
215 |
|
216 |
with gr.Blocks(
|
217 |
-
title="
|
218 |
theme=gr.themes.Default(
|
219 |
primary_hue=custom_blue, spacing_size="md", radius_size="lg"
|
220 |
),
|
|
|
214 |
)
|
215 |
|
216 |
with gr.Blocks(
|
217 |
+
title="PDFBestTranslate - PDF Translation with preserved formats",
|
218 |
theme=gr.themes.Default(
|
219 |
primary_hue=custom_blue, spacing_size="md", radius_size="lg"
|
220 |
),
|