Junaidb commited on
Commit
8422a80
·
verified ·
1 Parent(s): 1785a79

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +3 -14
ui.py CHANGED
@@ -32,18 +32,12 @@ def APP():
32
  st.markdown('<div class="blinking-text"> CAUTION ! </div>', unsafe_allow_html=True)
33
 
34
  with tab1:
35
-
36
-
37
- console_container = st.container(height=100, border=False)
38
-
39
- with console_container:
40
- st.code(">>> Online...", language="rust") # Use st.code for a console look
41
-
42
-
43
  with st.form("bio"):
44
 
45
  st.header(f"setup your project name @ {st.session_state.username}")
46
  project_name=st.text_input("enter project name ")
 
 
47
  user_input = st.text_area(
48
  "Protein Engineering Query",
49
  placeholder="Type your query here."
@@ -70,9 +64,4 @@ def APP():
70
  st.markdown("### Output")
71
 
72
 
73
-
74
- #if st.session_state.projectname != "":
75
- SHOWTABS()
76
-
77
- #else:
78
- #SHOW_PROJECT_NAME()
 
32
  st.markdown('<div class="blinking-text"> CAUTION ! </div>', unsafe_allow_html=True)
33
 
34
  with tab1:
 
 
 
 
 
 
 
 
35
  with st.form("bio"):
36
 
37
  st.header(f"setup your project name @ {st.session_state.username}")
38
  project_name=st.text_input("enter project name ")
39
+ st.header(f" your protein engineering query @ {st.session_state.username}")
40
+
41
  user_input = st.text_area(
42
  "Protein Engineering Query",
43
  placeholder="Type your query here."
 
64
  st.markdown("### Output")
65
 
66
 
67
+ SHOWTABS()