Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,6 +106,16 @@ def respond(message, history):
|
|
| 106 |
def display_image():
|
| 107 |
return "ByteShield.png"
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
theme = gr.themes.Soft().set(
|
| 110 |
body_background_fill="#20235c",
|
| 111 |
body_text_color="#c7a50e",
|
|
|
|
| 106 |
def display_image():
|
| 107 |
return "ByteShield.png"
|
| 108 |
|
| 109 |
+
with gr.Tabs():
|
| 110 |
+
with gr.TabItem("Resources"):
|
| 111 |
+
gr.Markdown("### Resources")
|
| 112 |
+
open_google = gr.Button(value="๐๏ธ Period Tracker", link="https://drive.google.com/file/d/1_KNELAUDLLidwAT3fs2JBuO1yPgMGoDv/view")
|
| 113 |
+
open_google = gr.Button(value="๐ฉ๐ปโ๐ผ New Moms Support Group", link="https://www.instagram.com/firsttimemomsacademy/")
|
| 114 |
+
|
| 115 |
+
dropdown.change(fn=show_info, inputs=dropdown, outputs=output)
|
| 116 |
+
#with gr.Tab("Educational PDFs"):
|
| 117 |
+
# gr.Markdown("### ๐ Helpful Resources")
|
| 118 |
+
|
| 119 |
theme = gr.themes.Soft().set(
|
| 120 |
body_background_fill="#20235c",
|
| 121 |
body_text_color="#c7a50e",
|