combat_frontend / app.py
Junaidb's picture
Update app.py
46fe87e verified
raw
history blame
330 Bytes
import streamlit as st
col1,col2=st.columns(2)
st.header("BIOCON")
st.text("Engineering Programmable Biology")
with col1:
st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/11784425.gif",width=50)
with col2:
st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/genetic-mutation.gif",width=50)