yukiakai commited on
Commit
18bd94b
1 Parent(s): 6a41733

fix: broken cover image - EN

Browse files

Fix issue for cover image for english version

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ if __name__ == '__main__':
167
  gr.Markdown(
168
  '<div align="center">'
169
  f'<a><strong>{title}</strong></a>'
170
- f'<img style="width:auto;height:300px;" src="{cover}">' if cover else ""
171
  '</div>'
172
  )
173
  with gr.Row():
 
167
  gr.Markdown(
168
  '<div align="center">'
169
  f'<a><strong>{title}</strong></a>'
170
+ f'<img style="width:auto;height:300px;" src="{image_cover}">' if cover else ""
171
  '</div>'
172
  )
173
  with gr.Row():