File size: 392 Bytes
415cb9b
2f3a065
94c9a21
c465683
94c9a21
c465683
2f3a065
 
94c9a21
 
 
2f3a065
94c9a21
 
 
 
2f3a065
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import streamlit as st

st.set_page_config(    
    layout="centered"
    
)

col1,col2=st.columns(2)
st.title("BIOCON")
st.markdown(" > Engineering Programmable Biology")


with col1:
    st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/11784425.gif",width=200)
with col2:
    st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/genetic-mutation.gif",width=200)