Update app.py
Browse files
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 |
|