Junaidb commited on
Commit
131f6f6
·
verified ·
1 Parent(s): 7b2977f

Update pages/biolab.py

Browse files
Files changed (1) hide show
  1. 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=300, border=True)
21
 
22
  with console_container:
23
- st.code(">>> Ready for input...", language="bash") # Use st.code for a console look
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",