wi-lab commited on
Commit
73a9c01
·
verified ·
1 Parent(s): 9d2a9ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -696,9 +696,7 @@ with gr.Blocks(css="""
696
  gr.Markdown("""
697
  ### "Attention is All You Need" Paper
698
 
699
- Below is the embedded paper from arXiv:
700
-
701
- <iframe src="https://arxiv.org/pdf/1706.03762.pdf" width="100%" height="600px"></iframe>
702
  """)
703
  # Launch the app
704
  if __name__ == "__main__":
 
696
  gr.Markdown("""
697
  ### "Attention is All You Need" Paper
698
 
699
+ <iframe src="https://ar5iv.labs.arxiv.org/html/1706.03762" width="100%" height="600px"></iframe>
 
 
700
  """)
701
  # Launch the app
702
  if __name__ == "__main__":