Aishu-7 commited on
Commit
fecf125
·
verified ·
1 Parent(s): 89b4a51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -9
app.py CHANGED
@@ -106,16 +106,17 @@ def respond(message, history):
106
  def display_image():
107
  return "ByteShield_New.png"
108
 
109
- with gr.Tabs():
110
- with gr.TabItem("Resources"):
111
- gr.Markdown("### Resources")
112
- open_google = gr.Button(
113
- value="🗓️ Period Tracker",
114
- link="https://drive.google.com/file/d/..."
 
115
  )
116
- open_google = gr.Button(
117
- value="🤰 New Moms Support Group",
118
- link="https://www.instagram.com/firsttimemomsacademy/"
119
  )
120
 
121
  theme = gr.themes.Soft().set(
 
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(