ApnaCricketTeam commited on
Commit
cc8c4e5
1 Parent(s): 2819b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="amber", secondary_hue="pink"
223
  logo = Image.open("assets/IMG_0453.jpg")
224
  gr.Image(logo)
225
  with gr.Row():
226
- email_input = gr.Textbox(label="Email ID",placeholder="Enter Email for access. Querries : www.apnacricketteam.com",type='email',lines=1)
227
  with gr.Row():
228
  activation_btn=gr.Button("Load Team Data")
229
 
 
223
  logo = Image.open("assets/IMG_0453.jpg")
224
  gr.Image(logo)
225
  with gr.Row():
226
+ email_input = gr.Textbox(label="Email ID",placeholder="Enter Gmail ID for Access",type='email',lines=1)
227
  with gr.Row():
228
  activation_btn=gr.Button("Load Team Data")
229