helliun commited on
Commit
60443b9
1 Parent(s): bb84e64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -368,10 +368,8 @@ index_html = f'''
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
  '''
 
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
  '''