osanseviero commited on
Commit
33720db
1 Parent(s): f4f94db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ st.write(table_html, unsafe_allow_html=True)
73
 
74
  embed_gradio = components.html(
75
  """
76
- <iframe src="https://hf.space/embed/osanseviero/llama-classifiers/+" frameBorder="0" height="1200" 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
  width=700
 
73
 
74
  embed_gradio = components.html(
75
  """
76
+ <iframe src="https://hf.space/embed/osanseviero/llama-classifiers/+" frameBorder="0" height="1200" width="700" 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
  width=700