Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ with gr.Blocks(title="Slapstack Studio", css=CSS) as demo:
|
|
| 103 |
"identical BP accuracy.")
|
| 104 |
with gr.Tab("Studio"):
|
| 105 |
gr.HTML('<div class="studio-frame">'
|
| 106 |
-
'<iframe src="/studio/studio.html"></iframe></div>')
|
| 107 |
with gr.Tab("Layer from image (CPU, verified)"):
|
| 108 |
with gr.Row():
|
| 109 |
with gr.Column():
|
|
|
|
| 103 |
"identical BP accuracy.")
|
| 104 |
with gr.Tab("Studio"):
|
| 105 |
gr.HTML('<div class="studio-frame">'
|
| 106 |
+
'<iframe src="/studio/studio.html" style="width: 100%; height: 860px; border: 0; border-radius: 8px;"></iframe></div>')
|
| 107 |
with gr.Tab("Layer from image (CPU, verified)"):
|
| 108 |
with gr.Row():
|
| 109 |
with gr.Column():
|