Junaidb commited on
Commit
944570b
·
verified ·
1 Parent(s): a8cbec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,11 +6,11 @@ st.header("BIOCON")
6
  st.text("Engineering Programmable Biology")
7
 
8
  with col1:
9
- st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/11784425.gif",width=50)
10
 
11
 
12
  with col2:
13
- st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/genetic-mutation.gif",width=50)
14
 
15
 
16
 
 
6
  st.text("Engineering Programmable Biology")
7
 
8
  with col1:
9
+ st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/11784425.gif",width=100)
10
 
11
 
12
  with col2:
13
+ st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/genetic-mutation.gif",width=100)
14
 
15
 
16