rrk757 commited on
Commit
49f302c
·
verified ·
1 Parent(s): 39c35e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -54,7 +54,13 @@ with gr.Blocks() as demo:
54
  )
55
  with gr.Tab("Tab 1"):
56
  gr.Markdown("### This is Tab 1")
57
- gr.Textbox(label="Input something")
 
 
 
 
 
 
58
 
59
  demo.launch(debug=True)
60
  #added code for blocks
 
54
  )
55
  with gr.Tab("Tab 1"):
56
  gr.Markdown("### This is Tab 1")
57
+ gr.HTML("""
58
+ <a href="https://drive.google.com/file/d/1_KNELAUDLLidwAT3fs2JBuO1yPgMGoDv/view" target="_blank">
59
+ <button style="font-size:16px;padding:10px 20px;margin-top:10px;">
60
+ 📄 Open Puberty Guide PDF
61
+ </button>
62
+ </a>
63
+ """)
64
 
65
  demo.launch(debug=True)
66
  #added code for blocks