neerajkalyank commited on
Commit
674e718
·
verified ·
1 Parent(s): 2dcb559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -87,15 +87,15 @@ app.css = """
87
  }
88
 
89
  #age_field {
90
- max-width: 150px;
91
  }
92
 
93
  #phone_field {
94
- max-width: 850px;
95
  }
96
 
97
  #pincode_field {
98
- max-width: 4000px;
99
  }
100
  """
101
 
 
87
  }
88
 
89
  #age_field {
90
+ max-width: 200px;
91
  }
92
 
93
  #phone_field {
94
+ max-width: 900px;
95
  }
96
 
97
  #pincode_field {
98
+ max-width: 400px;
99
  }
100
  """
101