warhawkmonk commited on
Commit
8a78c3f
·
verified ·
1 Parent(s): 304ffb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -573,7 +573,7 @@ def prompt_limmiter(prompt):
573
 
574
 
575
  bg_image = st.sidebar.file_uploader("PLEASE UPLOAD IMAGE FOR EDITING:", type=["png", "jpg"])
576
- bg_doc = st.sidebar.file_uploader("PLEASE UPLOAD DOC FOR PPT/PDF/STORY:", type=["pdf","xlsx"])
577
 
578
 
579
  if "bg_image" not in dictionary:
 
573
 
574
 
575
  bg_image = st.sidebar.file_uploader("PLEASE UPLOAD IMAGE FOR EDITING:", type=["png", "jpg"])
576
+ bg_doc = st.sidebar.file_uploader("PLEASE UPLOAD DOC FOR PPT/PDF/STORY:", type=["pdf","xlsx","csv" ])
577
 
578
 
579
  if "bg_image" not in dictionary: