osanseviero commited on
Commit
425d483
·
1 Parent(s): 68da3e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -73,16 +73,7 @@ st.write(table_html, unsafe_allow_html=True)
73
 
74
  embed_gradio = components.html(
75
  """
76
- <head>
77
- <link rel="stylesheet" href="https://gradio.s3-us-west-2.amazonaws.com/2.6.2/static/bundle.css">
78
- </head>
79
- <body>
80
- <div id="target"></div>
81
- <script src="https://gradio.s3-us-west-2.amazonaws.com/2.6.2/static/bundle.js"></script>
82
- <script>
83
- launchGradioFromSpaces("osanseviero/llama-classifiers", "#target")
84
- </script>
85
- </body>
86
  """,
87
  height=1200,
88
  )
 
73
 
74
  embed_gradio = components.html(
75
  """
76
+ <iframe src="https://hf.space/embed/osanseviero/llama-classifiers/+" frameBorder="0" height="450" title="Gradio app" class="container p-0 flex-grow space-iframe" allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking" sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"></iframe>
 
 
 
 
 
 
 
 
 
77
  """,
78
  height=1200,
79
  )