Junaidb commited on
Commit
36e092b
·
verified ·
1 Parent(s): a7ca17a

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +6 -4
ui.py CHANGED
@@ -34,9 +34,9 @@ def APP():
34
 
35
  tab_map = {
36
 
37
- 0: ":material/experiment:",
38
- 1: ":material/biotech:",
39
- 2: ":material/labprofile:"
40
 
41
  }
42
 
@@ -50,7 +50,9 @@ def APP():
50
 
51
  def SHOWTABS():
52
 
53
-
 
 
54
  if tab_selection == 0 :
55
 
56
 
 
34
 
35
  tab_map = {
36
 
37
+ 0: "BIO ENGINEERING LAB @newMATTER",
38
+ 1: "EXECUTED OPERATIONS @newMATTER",
39
+ 2: "LAB OUTPUT @newMATTER"
40
 
41
  }
42
 
 
50
 
51
  def SHOWTABS():
52
 
53
+ st.info(f"""
54
+ looged_in_user : {st.user.email}
55
+ """)
56
  if tab_selection == 0 :
57
 
58