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

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=True,
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=Flase,
25
  on_submit=handle_file_drop
26
  )
27