Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -419,7 +419,7 @@ def create_interface():
|
|
419 |
label="Upload File (Optional)",
|
420 |
file_types=[".pdf", ".txt"],
|
421 |
type="filepath",
|
422 |
-
info=f"Max size: {MAX_FILE_SIZE_MB}MB"
|
423 |
)
|
424 |
|
425 |
with gr.Row():
|
|
|
419 |
label="Upload File (Optional)",
|
420 |
file_types=[".pdf", ".txt"],
|
421 |
type="filepath",
|
422 |
+
#info=f"Max size: {MAX_FILE_SIZE_MB}MB"
|
423 |
)
|
424 |
|
425 |
with gr.Row():
|