Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ def check_compliance(file): # FIXED: now streams
|
|
| 148 |
with gr.Blocks() as demo:
|
| 149 |
with gr.Row():
|
| 150 |
inp = gr.File( # consistent name
|
| 151 |
-
label="Upload
|
| 152 |
file_types=[".docx"]
|
| 153 |
)
|
| 154 |
|
|
|
|
| 148 |
with gr.Blocks() as demo:
|
| 149 |
with gr.Row():
|
| 150 |
inp = gr.File( # consistent name
|
| 151 |
+
label="Upload Admin File in word i.e. docx format",
|
| 152 |
file_types=[".docx"]
|
| 153 |
)
|
| 154 |
|