Spaces:
Running
Running
Update pages/biolab.py
Browse files- pages/biolab.py +2 -2
pages/biolab.py
CHANGED
@@ -17,10 +17,10 @@ tab1, tab2, tab3 = st.tabs(["LAB", "OPS", "OUTPUT"])
|
|
17 |
|
18 |
with tab1:
|
19 |
|
20 |
-
console_container = st.container(height=
|
21 |
|
22 |
with console_container:
|
23 |
-
st.code(">>>
|
24 |
|
25 |
user_input = st.text_input(
|
26 |
"Protein Engineering Query",
|
|
|
17 |
|
18 |
with tab1:
|
19 |
|
20 |
+
console_container = st.container(height=200, border=True)
|
21 |
|
22 |
with console_container:
|
23 |
+
st.code(">>> System Online...", language="bash") # Use st.code for a console look
|
24 |
|
25 |
user_input = st.text_input(
|
26 |
"Protein Engineering Query",
|