mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Fix broken frontend when iframed (#1933)
* Updated version to 3.1.3a4 * Updated version to 3.1.3a5 * version change * fix styl
This commit is contained in:
parent
59cf32e0f4
commit
d7db15fb07
@ -1 +1 @@
|
||||
3.1.3a3
|
||||
3.1.3
|
||||
|
@ -55,7 +55,12 @@
|
||||
</head>
|
||||
|
||||
<body style="width: 100%; margin: 0; padding: 0; height: 100%">
|
||||
<gradio-app></gradio-app>
|
||||
<gradio-app>
|
||||
<div
|
||||
id="root"
|
||||
style="display: flex; flex-direction: column; flex-grow: 1"
|
||||
></div>
|
||||
</gradio-app>
|
||||
<script>
|
||||
const ce = document.getElementsByTagName("gradio-app");
|
||||
if (ce[0]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user