LiuZichen commited on
Commit
cd5c42e
·
verified ·
1 Parent(s): 772c374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -196,7 +196,11 @@ css = '''
196
  }
197
  '''
198
 
199
- with gr.Blocks(css=css) as demo:
 
 
 
 
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
  """