Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,11 @@ css = '''
|
|
196 |
}
|
197 |
'''
|
198 |
|
199 |
-
|
|
|
|
|
|
|
|
|
200 |
with gr.Row(elem_classes="row"):
|
201 |
text = gr.Markdown(
|
202 |
"""
|
|
|
196 |
}
|
197 |
'''
|
198 |
|
199 |
+
head = """
|
200 |
+
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none'">
|
201 |
+
"""
|
202 |
+
|
203 |
+
with gr.Blocks(css=css, head=head) as demo:
|
204 |
with gr.Row(elem_classes="row"):
|
205 |
text = gr.Markdown(
|
206 |
"""
|