bluenevus commited on
Commit
01d9e10
·
verified ·
1 Parent(s): 03e9e0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ app.layout = dbc.Container(fluid=True, className="dbc", children=[
125
  html.H4("1. Upload Source Documents", className="card-title"),
126
  dcc.Upload(
127
  id='upload-document',
128
- children=html.Div(['Drag and Drop or ', html.A('Select PWS/Source Files (.docx, .pdf)')]),
129
  style={
130
  'width': '100%', 'height': '60px', 'lineHeight': '60px',
131
  'borderWidth': '1px', 'borderStyle': 'dashed', 'borderRadius': '5px',
 
125
  html.H4("1. Upload Source Documents", className="card-title"),
126
  dcc.Upload(
127
  id='upload-document',
128
+ children=html.Div(['Drag and Drop or ', html.A('Select PWS/Source Files')]),
129
  style={
130
  'width': '100%', 'height': '60px', 'lineHeight': '60px',
131
  'borderWidth': '1px', 'borderStyle': 'dashed', 'borderRadius': '5px',