iisadia commited on
Commit
9410bc8
·
verified ·
1 Parent(s): cfde7fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,8 +106,8 @@ def main():
106
 
107
  with tab1:
108
  st.subheader("Architecture Diagram")
109
- st.image("https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Transformer_model.svg/1200px-Transformer_model.svg.png",
110
- use_container_width=True) # Changed parameter here
111
 
112
  with tab2:
113
  st.subheader("Model Size Comparison")
 
106
 
107
  with tab1:
108
  st.subheader("Architecture Diagram")
109
+ st.image("https://jalammar.github.io/images/t/transformer.png",
110
+ use_container_width=True)
111
 
112
  with tab2:
113
  st.subheader("Model Size Comparison")