Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
| 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"),
|