Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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 |
|