Spaces:
Paused
Paused
Update app.py
Browse files
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
|
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',
|