combat_frontend / app.py
Junaidb's picture
Update app.py
61b2b9a verified
raw
history blame contribute delete
321 Bytes
import streamlit as st
st.set_page_config(
layout="centered"
)
col1,col2=st.columns(2)
st.title("newmatter @ORIGIN AI BIO")
st.subheader(" > Engineering Programmable Biology")
with col1:
pass
with col2:
st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/11784425.gif",width=200)