Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -250,8 +250,8 @@ def pdf_to_html(pdf_file, font_name):
|
|
250 |
# Gradio Interface
|
251 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
252 |
gr.Markdown("# Bionic Reading PDF Converter")
|
253 |
-
|
254 |
-
|
255 |
|
256 |
with gr.Row():
|
257 |
gr.Image("image.jpeg",
|
|
|
250 |
# Gradio Interface
|
251 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
252 |
gr.Markdown("# Bionic Reading PDF Converter")
|
253 |
+
gr.Markdown("## https://github.com/SanshruthR/Bionic_Reading_Hub")
|
254 |
+
|
255 |
|
256 |
with gr.Row():
|
257 |
gr.Image("image.jpeg",
|