Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,15 +1,19 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
st.set_page_config(
|
| 4 |
-
|
| 5 |
layout="centered"
|
|
|
|
| 6 |
)
|
| 7 |
|
| 8 |
col1,col2=st.columns(2)
|
| 9 |
-
st.
|
| 10 |
-
st.
|
|
|
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
st.set_page_config(
|
|
|
|
| 4 |
layout="centered"
|
| 5 |
+
|
| 6 |
)
|
| 7 |
|
| 8 |
col1,col2=st.columns(2)
|
| 9 |
+
st.title("BIOCON")
|
| 10 |
+
st.markdown(" > Engineering Programmable Biology")
|
| 11 |
+
|
| 12 |
|
| 13 |
+
with col1:
|
| 14 |
+
st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/11784425.gif",width=200)
|
| 15 |
+
with col2:
|
| 16 |
+
st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/genetic-mutation.gif",width=200)
|
| 17 |
|
| 18 |
|
| 19 |
|