Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,18 +106,6 @@ def respond(message, history):
|
|
| 106 |
def display_image():
|
| 107 |
return "ByteShield_New.png"
|
| 108 |
|
| 109 |
-
with gr.Blocks(theme=theme) as demo:
|
| 110 |
-
with gr.Tabs():
|
| 111 |
-
with gr.TabItem("Resources"):
|
| 112 |
-
gr.Markdown("### Resources")
|
| 113 |
-
open_google = gr.Button(
|
| 114 |
-
value="🗓️ Period Tracker",
|
| 115 |
-
link="https://drive.google.com/file/d/..."
|
| 116 |
-
)
|
| 117 |
-
open_google = gr.Button(
|
| 118 |
-
value="🤰 New Moms Support Group",
|
| 119 |
-
link="https://www.instagram.com/firsttimemomsacademy/"
|
| 120 |
-
)
|
| 121 |
|
| 122 |
theme = gr.themes.Soft().set(
|
| 123 |
body_background_fill="#20235c",
|
|
|
|
| 106 |
def display_image():
|
| 107 |
return "ByteShield_New.png"
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
|
| 110 |
theme = gr.themes.Soft().set(
|
| 111 |
body_background_fill="#20235c",
|