joycecast commited on
Commit
64fabbb
·
verified ·
1 Parent(s): 3ba1b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ demo = gr.Interface(
48
  fn=check_pdf_messages,
49
  inputs=[
50
  gr.Textbox(label="PDF URL", placeholder="https://.../yourfile.pdf"),
51
- gr.Textbox(label="Message Identifier List", placeholder="e.g., 523,600"),
52
  ],
53
  outputs=[
54
  gr.Textbox(label="Status"),
 
48
  fn=check_pdf_messages,
49
  inputs=[
50
  gr.Textbox(label="PDF URL", placeholder="https://.../yourfile.pdf"),
51
+ gr.Textbox(label="Message Identifier List", value="523"),
52
  ],
53
  outputs=[
54
  gr.Textbox(label="Status"),