Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ with gr.Blocks(
|
|
332 |
file_types=["image"],
|
333 |
placeholder="Enter message or upload file...",
|
334 |
show_label=False,
|
335 |
-
submit_btn="
|
336 |
)
|
337 |
|
338 |
print(cur_dir)
|
|
|
332 |
file_types=["image"],
|
333 |
placeholder="Enter message or upload file...",
|
334 |
show_label=False,
|
335 |
+
submit_btn="↵"
|
336 |
)
|
337 |
|
338 |
print(cur_dir)
|