Rausda6 commited on
Commit
54385bf
·
verified ·
1 Parent(s): bddac17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -716,7 +716,7 @@ def create_interface():
716
  label="Upload File (Optional)",
717
  file_types=[".pdf", ".txt"],
718
  type="filepath",
719
- info=f"Max size: {MAX_FILE_SIZE_MB}MB"
720
  )
721
 
722
  with gr.Row():
 
716
  label="Upload File (Optional)",
717
  file_types=[".pdf", ".txt"],
718
  type="filepath",
719
+ #info=f"Max size: {MAX_FILE_SIZE_MB}MB"
720
  )
721
 
722
  with gr.Row():