Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,9 @@ title_html = """
|
|
306 |
|
307 |
|
308 |
tos_markdown = """
|
309 |
-
|
|
|
|
|
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 |
|