Aishu-7 commited on
Commit
f550e6f
ยท
verified ยท
1 Parent(s): c660626

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
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",