Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
import streamlit as st
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
4 |
col1,col2=st.columns(2)
|
5 |
st.header("BIOCON")
|
6 |
st.text("Engineering Programmable Biology")
|
7 |
|
8 |
-
|
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 |
|
|
|
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.header("BIOCON")
|
10 |
st.text("Engineering Programmable Biology")
|
11 |
|
12 |
+
st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/11784425.gif",width=250)
|
|
|
13 |
|
14 |
|
|
|
|
|
15 |
|
16 |
|
17 |
|