Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,7 +54,13 @@ with gr.Blocks() as demo:
|
|
| 54 |
)
|
| 55 |
with gr.Tab("Tab 1"):
|
| 56 |
gr.Markdown("### This is Tab 1")
|
| 57 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
demo.launch(debug=True)
|
| 60 |
#added code for blocks
|
|
|
|
| 54 |
)
|
| 55 |
with gr.Tab("Tab 1"):
|
| 56 |
gr.Markdown("### This is Tab 1")
|
| 57 |
+
gr.HTML("""
|
| 58 |
+
<a href="https://drive.google.com/file/d/1_KNELAUDLLidwAT3fs2JBuO1yPgMGoDv/view" target="_blank">
|
| 59 |
+
<button style="font-size:16px;padding:10px 20px;margin-top:10px;">
|
| 60 |
+
📄 Open Puberty Guide PDF
|
| 61 |
+
</button>
|
| 62 |
+
</a>
|
| 63 |
+
""")
|
| 64 |
|
| 65 |
demo.launch(debug=True)
|
| 66 |
#added code for blocks
|