Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -250,6 +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 |
with gr.Row():
|
255 |
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 |
+
#link to repo
|
254 |
+
gr.Markdown("[![GitHub](https://img.shields.io/badge/Github-Repository-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/SanshruthR/Bionic_Reading_Hub) [![GitHub stars](https://img.shields.io/github/stars/SanshruthR/Bionic_Reading_Hub?style=for-the-badge&logo=github&logoColor=white)](https://github.com/SanshruthR/Bionic_Reading_Hub)")
|
255 |
|
256 |
with gr.Row():
|
257 |
gr.Image("image.jpeg",
|