Chris4K commited on
Commit
bb5d0c4
·
verified ·
1 Parent(s): 9f2e327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def handle_file_drop(files):
21
  chat_input = st.chat_input(
22
  placeholder="Type your message or drop a file...",
23
  key="chat_input",
24
- accept_drops=Flase,
25
  on_submit=handle_file_drop
26
  )
27
 
 
21
  chat_input = st.chat_input(
22
  placeholder="Type your message or drop a file...",
23
  key="chat_input",
24
+ # accept_drops=False,
25
  on_submit=handle_file_drop
26
  )
27