yosuke-i commited on
Commit
c3dfcae
1 Parent(s): 00409d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ interface = gr.Interface(
39
  inputs=gr.File(label="CSVファイルをアップロード"),
40
  outputs=gr.File(label="ダウンロード", file_count="singular"),
41
  allow_flagging="never",
42
- article="このGradioアプリの使用方法に関する詳細は<a href='https://drive.google.com/file/d/1j1ha9u-ca-aaxnOIXwFowRuuusGWy8oO/view?usp=sharing' target='_blank'>こちら</a>をご覧ください。"
43
 
44
  )
45
 
 
39
  inputs=gr.File(label="CSVファイルをアップロード"),
40
  outputs=gr.File(label="ダウンロード", file_count="singular"),
41
  allow_flagging="never",
42
+ article="このGradioアプリの使用方法に関する詳細は<a href='https://drive.google.com/uc?export=download&id=1j1ha9u-ca-aaxnOIXwFowRuuusGWy8oO' target='_blank'>こちら</a>をご覧ください。"
43
 
44
  )
45