Update app.py
Browse files
app.py
CHANGED
|
@@ -88,7 +88,14 @@ with gr.Blocks (theme=theme) and (css==".gradio-container {background-color: pin
|
|
| 88 |
)
|
| 89 |
with gr.Tab("Resources"):
|
| 90 |
gr.Markdown("### Resources")
|
| 91 |
-
gr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
|
| 93 |
#with gr.Tab("Educational PDFs"):
|
| 94 |
# gr.Markdown("### ๐ Helpful Resources")
|
|
|
|
| 88 |
)
|
| 89 |
with gr.Tab("Resources"):
|
| 90 |
gr.Markdown("### Resources")
|
| 91 |
+
gr.HTML("""
|
| 92 |
+
<a href="https://drive.google.com/file/d/1_KNELAUDLLidwAT3fs2JBuO1yPgMGoDv/view" target="_blank">
|
| 93 |
+
<button style="font-size:16px;padding:10px 20px;margin-top:10px;">
|
| 94 |
+
๐ Period Tracker
|
| 95 |
+
</button>
|
| 96 |
+
</a>
|
| 97 |
+
""")
|
| 98 |
+
|
| 99 |
|
| 100 |
#with gr.Tab("Educational PDFs"):
|
| 101 |
# gr.Markdown("### ๐ Helpful Resources")
|