Junaidb commited on
Commit
2f3a065
·
verified ·
1 Parent(s): 072afea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -1
app.py CHANGED
@@ -1,2 +1,19 @@
1
  import streamlit as st
2
- st.write("hello")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ with col1:
10
+
11
+ st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/11784425.gif")
12
+
13
+
14
+ with col2:
15
+ st.image("https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/genetic-mutation.gif")
16
+
17
+
18
+
19
+