make it an iframe

This commit is contained in:
Osman Faruk Bayram 2025-09-07 18:29:40 +03:00
parent 5e5246da95
commit 89ba26bea7

View file

@ -174,10 +174,9 @@
size = "full"; size = "full";
widgets = [ widgets = [
{ {
type = "extension"; type = "iframe";
url = "http://localhost:8501"; source = "http://localhost:8501";
allow-potentially-dangerous-html = true; height = 1600;
} }
]; ];
} }