mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
fix file download name (#1921)
This commit is contained in:
parent
d7db15fb07
commit
653b54d3c0
@ -50,7 +50,7 @@
|
||||
<div class="file-size w-3/12 p-2 hover:underline">
|
||||
<a
|
||||
href={download_files(value)}
|
||||
download
|
||||
download={display_file_name(value)}
|
||||
class="text-indigo-600 hover:underline dark:text-indigo-300"
|
||||
>Download</a
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user