manabb commited on
Commit
0ca7b74
·
verified ·
1 Parent(s): 64aa7f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Proposal",
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