Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,6 +116,20 @@ theme = gr.themes.Soft().set(
|
|
| 116 |
button_primary_text_color="#dae9f7"
|
| 117 |
)
|
| 118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
css = """
|
| 120 |
button[data-testid="example"] {
|
| 121 |
color: #FFD700 !important;
|
|
|
|
| 116 |
button_primary_text_color="#dae9f7"
|
| 117 |
)
|
| 118 |
|
| 119 |
+
with gr.Blocks(theme=theme) as demo:
|
| 120 |
+
with gr.TabItem("Resources"):
|
| 121 |
+
gr.Markdown("## Resources")
|
| 122 |
+
|
| 123 |
+
gr.Button(
|
| 124 |
+
"🗓️ Period Tracker",
|
| 125 |
+
link="https://drive.google.com/file/d/1_KNELAUDLLidwAT3fs2JBuO1yPgMGoDv/view"
|
| 126 |
+
)
|
| 127 |
+
|
| 128 |
+
gr.Button(
|
| 129 |
+
"🤰 New Moms Support Group",
|
| 130 |
+
link="https://www.instagram.com/firsttimemomsacademy/"
|
| 131 |
+
)
|
| 132 |
+
|
| 133 |
css = """
|
| 134 |
button[data-testid="example"] {
|
| 135 |
color: #FFD700 !important;
|