Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -366,7 +366,12 @@ index_html = f'''
|
|
366 |
<body>
|
367 |
{nav_html}
|
368 |
<div>
|
369 |
-
<iframe
|
|
|
|
|
|
|
|
|
|
|
370 |
</div>
|
371 |
</body>
|
372 |
'''
|
|
|
366 |
<body>
|
367 |
{nav_html}
|
368 |
<div>
|
369 |
+
<iframe
|
370 |
+
src="https://helliun-metaknowledge.hf.space"
|
371 |
+
frameborder="0"
|
372 |
+
width="850"
|
373 |
+
height="450"
|
374 |
+
></iframe>
|
375 |
</div>
|
376 |
</body>
|
377 |
'''
|