Spaces:
Running
Running
Update pages/biolab.py
Browse files- pages/biolab.py +3 -2
pages/biolab.py
CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
|
|
4 |
st.set_page_config(
|
5 |
page_title="BIOLAB",
|
6 |
page_icon=":computer:",
|
7 |
-
layout="
|
8 |
initial_sidebar_state="collapsed"
|
9 |
)
|
10 |
|
@@ -13,7 +13,7 @@ col1 , col2 = st.columns(2,gap="medium")
|
|
13 |
|
14 |
|
15 |
with col1:
|
16 |
-
|
17 |
console_container = st.container(height=300, border=True)
|
18 |
|
19 |
with console_container:
|
@@ -21,6 +21,7 @@ with col1:
|
|
21 |
|
22 |
st.text("Protein Engineering Query Here :")
|
23 |
user_input = st.text_input(
|
|
|
24 |
placeholder="Type something lengthy here... It could be code, a story, or just a lot of thoughts."
|
25 |
)
|
26 |
if st.button("Execute", use_container_width=True):
|
|
|
4 |
st.set_page_config(
|
5 |
page_title="BIOLAB",
|
6 |
page_icon=":computer:",
|
7 |
+
layout="centered",
|
8 |
initial_sidebar_state="collapsed"
|
9 |
)
|
10 |
|
|
|
13 |
|
14 |
|
15 |
with col1:
|
16 |
+
|
17 |
console_container = st.container(height=300, border=True)
|
18 |
|
19 |
with console_container:
|
|
|
21 |
|
22 |
st.text("Protein Engineering Query Here :")
|
23 |
user_input = st.text_input(
|
24 |
+
"PEQ",
|
25 |
placeholder="Type something lengthy here... It could be code, a story, or just a lot of thoughts."
|
26 |
)
|
27 |
if st.button("Execute", use_container_width=True):
|