Skip to content

Commit 07b4e4d

Browse files
committed
fix links to web
1 parent cbd7fe9 commit 07b4e4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

describepdf/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def create_ui() -> gr.Blocks:
175175
gr.Markdown("<center><img src='https://davidlms.github.io/DescribePDF/assets/poster.png' alt='Describe PDF Logo' width='600px'/></center>")
176176
gr.Markdown(
177177
"""<div style="display: flex;align-items: center;justify-content: center">
178-
[<a href="https://davidlms.github.io/describepdf/">Project Page</a>] | [<a href="https://github.com/DavidLMS/describepdf">Github</a>]</div>
178+
[<a href="https://davidlms.github.io/DescribePDF/">Project Page</a>] | [<a href="https://github.com/DavidLMS/describepdf">Github</a>]</div>
179179
"""
180180
)
181181
gr.Markdown(

describepdf/ui_ollama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def create_ui() -> gr.Blocks:
160160
gr.Markdown("<center><img src='https://davidlms.github.io/DescribePDF/assets/poster.png' alt='Describe PDF Logo' width='600px'/></center>")
161161
gr.Markdown(
162162
"""<div style="display: flex;align-items: center;justify-content: center">
163-
[<a href="https://davidlms.github.io/describepdf/">Project Page</a>] | [<a href="https://github.com/DavidLMS/describepdf">Github</a>]</div>
163+
[<a href="https://davidlms.github.io/DescribePDF/">Project Page</a>] | [<a href="https://github.com/DavidLMS/describepdf">Github</a>]</div>
164164
"""
165165
)
166166
gr.Markdown(

0 commit comments

Comments
 (0)