helliun commited on
Commit
f8ed0d0
1 Parent(s): 064ff09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -366,7 +366,12 @@ index_html = f'''
366
  <body>
367
  {nav_html}
368
  <div>
369
- <iframe src="/gradioapp" style="border: 0; width: 100%; height: calc(100vh - 50px);"></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
  '''