Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -368,10 +368,8 @@ index_html = f'''
|
|
368 |
<div>
|
369 |
<iframe
|
370 |
src="https://helliun-metaknowledge.hf.space"
|
371 |
-
|
372 |
-
|
373 |
-
height="450"
|
374 |
-
></iframe>
|
375 |
</div>
|
376 |
</body>
|
377 |
'''
|
|
|
368 |
<div>
|
369 |
<iframe
|
370 |
src="https://helliun-metaknowledge.hf.space"
|
371 |
+
style="border: 0; width: 100%; height: calc(100vh - 50px);"></iframe>
|
372 |
+
</div>
|
|
|
|
|
373 |
</div>
|
374 |
</body>
|
375 |
'''
|