make app more beautiful
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css=custom_css, title="Donut OCR App") as demo:
|
|
108 |
gr.HTML(
|
109 |
"""
|
110 |
<div class="footer">
|
111 |
-
<p>Powered by Naver Clova Donut
|
112 |
</div>
|
113 |
"""
|
114 |
)
|
|
|
108 |
gr.HTML(
|
109 |
"""
|
110 |
<div class="footer">
|
111 |
+
<p>Powered by Naver Clova Donut</p>
|
112 |
</div>
|
113 |
"""
|
114 |
)
|