rp-yu commited on
Commit
f30487f
·
verified ·
1 Parent(s): 510f4da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -306,7 +306,9 @@ title_html = """
306
 
307
 
308
  tos_markdown = """
309
- Acknowledgement: This demo is built upon the huggingface space of [InternVL](https://huggingface.co/spaces/OpenGVLab/InternVL).
 
 
310
  """
311
 
312
 
 
306
 
307
 
308
  tos_markdown = """
309
+ <div style="text-align: right;">
310
+ Acknowledgement: This demo is built upon the Hugging Face Space of <a href="https://huggingface.co/spaces/OpenGVLab/InternVL" target="_blank">InternVL</a>.
311
+ </div>
312
  """
313
 
314