seawolf2357 commited on
Commit
bf1e6b5
·
verified ·
1 Parent(s): 4af05b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -19
app.py CHANGED
@@ -85,24 +85,5 @@ if 'selected_menu' in locals():
85
 
86
  B4 = st.snow()
87
 
88
- tab1, tab2 = st.tabs(["Tab 1", "Tab2"])
89
- tab1.write("this is tab 1")
90
- tab2.write("this is tab 2")
91
-
92
-
93
-
94
-
95
-
96
-
97
- with st.spinner(text='In progress'):
98
- time.sleep(10)
99
- st.success('Done')
100
-
101
- # Show and update progress bar
102
- bar = st.progress(50)
103
- time.sleep(10)
104
- bar.progress(100)
105
-
106
-
107
 
108
 
 
85
 
86
  B4 = st.snow()
87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
 
89