Update app.py
Browse files
app.py
CHANGED
|
@@ -113,6 +113,8 @@ with gr.Blocks (theme = theme) as chatbot:
|
|
| 113 |
with gr.TabItem("Resources"):
|
| 114 |
gr.Markdown("### Resources")
|
| 115 |
open_google = gr.Button(value="Period Tracker", link="https://drive.google.com/file/d/1_KNELAUDLLidwAT3fs2JBuO1yPgMGoDv/view")
|
|
|
|
|
|
|
| 116 |
|
| 117 |
with gr.TabItem("Call a Hotline"):
|
| 118 |
gr.Markdown(title_hotline)
|
|
|
|
| 113 |
with gr.TabItem("Resources"):
|
| 114 |
gr.Markdown("### Resources")
|
| 115 |
open_google = gr.Button(value="Period Tracker", link="https://drive.google.com/file/d/1_KNELAUDLLidwAT3fs2JBuO1yPgMGoDv/view")
|
| 116 |
+
open_google = gr.Button(value="New Moms Support Group", link="https://www.instagram.com/firsttimemomsacademy/")
|
| 117 |
+
|
| 118 |
|
| 119 |
with gr.TabItem("Call a Hotline"):
|
| 120 |
gr.Markdown(title_hotline)
|