KneeKhan commited on
Commit
8b32db7
·
1 Parent(s): aaa06a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -97,6 +97,7 @@ with demo:
97
 
98
  with gr.Row():
99
  recipient_address = gr.Textbox(label="To", placeholder ="recipient's address")
 
100
  email_link = gr.Textbox(label="Click to email", placeholder ="click after email")
101
  send_email = gr.Button("Send email!")
102
 
 
97
 
98
  with gr.Row():
99
  recipient_address = gr.Textbox(label="To", placeholder ="recipient's address")
100
+ link = gr.HTML("<a href=\"https://www.w3schools.com\">Visit W3Schools</a>")
101
  email_link = gr.Textbox(label="Click to email", placeholder ="click after email")
102
  send_email = gr.Button("Send email!")
103