kevin1911 commited on
Commit
c0fdcd2
·
verified ·
1 Parent(s): e93333c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ This makes it easier for the model to capture long-distance relationships.
118
  ########################################
119
  # Gradio Interface
120
  ########################################
121
- with gr.Blocks() as demo:
122
  gr.Markdown("# Transformer Self-Attention Visualization (DistilBERT)")
123
  gr.Markdown(description_text)
124
 
 
118
  ########################################
119
  # Gradio Interface
120
  ########################################
121
+ with gr.Blocks(css="footer{display:none !important}") as demo:
122
  gr.Markdown("# Transformer Self-Attention Visualization (DistilBERT)")
123
  gr.Markdown(description_text)
124